About Html


HTML tags    Color    Images&Links    Lists    Tables




Html:Stands for hyper text markup language Html code is a formating code; it simply provides directions for how information is to be
displayed in a web browser.
*HTML tags are enclosed by < angle Brackets >
*Every web page starts with <html> and ends with </html>
*All heading information within the <head> tag.
*The <title> information is within the <head> tag. This is a document
title,not a page title. It will show up on the browser tab.
*Something about the body tag
You could mention how to use the body tag to add color


Structure of a simple HTML page.


< Html >
  < head >
        < title >     < /title >
    < /head >
    < Body >
        All page content goes here
    < /Body >
< /html >


Other useful html codes

<br /> makes a line break
<hr /> makes a horizontal line on the page
<strong> makes bold text </strong>
<em> makes an italic text- stands for emphasis </em>

&nbsp; makes a space
&amp; makes an ampersand
&lt; makes a left angle bracket
&gt; makes a right angle bracket



http://www.ascii.cl/htmlcodes.htm


<!--comments-->

Janette
January 25, 2010