Congratulations your page looks a little better - HTML is neat huh !
      Now that we have learned to write a basic web page with Headlines, Line Breaks, Paragraphs and Horizontal Rules we can make it a lot prettier by putting special text formatting commands in.
      We can put words in italics or make them Bold or Underline Them the command for Italics is <I> the command for Bold is <B> and the command for Underline is <U> ( Don't forget to close each command after you use it ! ).
      We can nest commands like this   <B> <I> <U> WOW </U> </I> </B> All I have to do is make sure to close the commands in the proper order - It's like coming into a house and going back out - you open each door on the way in and close them on the way out starting with the door you last opened. Simple stuff really but its easy to get the order wrong. Check every time you use an command and write both the openning command and the closing command first then if you are nesting commands put the next commands on the outside of these. Does that make sense ? Its just like Mom says " Close each Door after yourself " This is important so we'll show it again. Always make sure you open and close each section as you go.
      <U> <B><I>Just Like This </I></B> </U>
      We started this section with a Horizontal Rule - just to make it neat. Do you remember how to do that ? if not here it is again <HR>
</BODY>
</HTML>
Copyright Cashsave Web Design
Back to the INDEX