| free hosting image hosting hosting reseller online album e-shop famous people | ||
![]() ![]() |
||
| <html> <head> <title></title> </head> <body> </body> </html> |

| <h1>This is a headline size 1</h1> |
This is a headline size 1 |
| <h2>This is a headline size 2</h2> |
This is a headline size 2 |
| <h3>This is a headline size 3</h3> |
This is a headline size 3 |
| <h4>This is a headline size 4</h4> |
This is a headline size 4 |
| <h5>This is a headline size 5</h5> |
This is a headline size 5 |
| <h6>This is a headline size 6</h6> |
This is a headline size 6 |
| <p>The paragraph tags are the most used tags in the body section of the webpage. They are the tags that tell the browser that a specific section of your page should be shown as a paragraph. Hence, a paragraph like the present one is coded in the following way:</p> |
| <p>I
think that I shall never
see<br
/>a poem lovely as a tree.<br
/>A
tree whose hungry mouth is fed<br
/>against the earth's
sweet flowing breast; <br />A tree that looks at God all day<br />and lifts its leafy arms to pray.</p> |
I think that I shall never see |
tripod.com/
myaccount/myself.html
{Absolute
URL http://www.tripod.com/myaccount/myself.html} images/mypicture.jpg
{Absolute
URL: http://www.tripod.com/myaccount/images/mypicture.jpg} |
tripod.com/
myaccount/ pages/myself.html
{Absolute
URL http://www.tripod.com/myaccount/pages/myself.html} images/mypicture.jpg
{Absolute
URL: http://www.tripod.com/myaccount/images/mypicture.jpg} |




| Code | Output |
| <a href="http://www.yahoo.com">Yahoo</a> | Yahoo |
| Code | Output |
| <ol> <li>cow</li> <li>goat</li> <li>horse</li> <li>mule</li> </ol> |
|
| Code | Output |
| <ul> <li>a book</li> <li>a bottle</li> <li>a radio</li> <li>a piece of paper</li> </ul> |
|
| Code | Output |
| <hr size="4" align="right" width="120" /> |
|
| <hr size="1" align="center" width="120" /> |
|
| <hr size="50" align="left" width="120" /> |
|


