Wednesday, 26 January 2011

FIRST HTML LESSON

First impressions html is very simpe if you keep a clear mind. I imagine that if you get overwhelmed with all the codes and layout ideas it would be very easy to mess up the code.
The codes that i learnt were;

 <HTML>

<HEAD><TITLE>Html is easy</TITLE>

</HEAD>


<BODY> This is where the content goes, proper paragraphs, info

</BODY>

</HTML>

This is the start of every web page, you have a head and a body of the site.

TIPS
Never leave gaps in filenames.
Colour is spelt COLOR
Centre is spelt CENTER (use after body tag)
<TAG> On the left, this is called a tag.
OTHER IMPORTANT CODES
Background color   <BODYBGCOLOR=GREEN>
Bold <b> </b>
italic <i> </i>
line break <br>
Shortcut to closing all font codes e.g color, size, font... </FONT>

No comments:

Post a Comment