Thursday, November 1, 2012


HTML
       Html is very useful during making a webpage because it, because it is easy to understand and easy to use.  and you are really free to do anything you want on your webpage.


<h1>This is a heading</h1>
<p>This is a paragraph.</p>
<a href="http://www.w3schools.com">This is a link</a>
<img src="w3schools.jpg" width="104" height="142"> This is a picture
<body> This is the body </body>
<b> Bold </b>
<u> Underline </u>
<tt> Type writer </tt>
<i> Italic </i>
<font face=”the name of the font” > Your Text </font >
<font color=”# A Hexadecimal color” > Your Text </font >

Reflection:
I think I did good on this task, but I could've definently improved by learning more basic commands on Html. I used more commands on my actual Html page which I explored while creating it.

No comments:

Post a Comment