About HTML!!



Home    Colors  Lists  Images
-HTML stands for hypertext markup language.HTML code is a formatting 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>
-All heading information is within the < head>tag.
-the &lkt;title > tag. -this document title, not a page title. it will show up on the browser tab.
-something about the body tag
-you could meantion how to use the body tag to add color
-

structure of a simple HTML page

-

-< html >
-  < head -></title ->
-  <></head>
-
-  <body>
-     all page content goes here
-

-

other useful html codes

<br />makes a line break
-<hr />makes a horizontal line on the page
-< strong> makes bold text </strong >
-<em> makes italic text- stands for empasis </em>
-
-&nbsp;makes a space
-&amp; makes an ampersand
-&lt;makes a left angle bracket
-&gt;makes a right angle bracket
-
-page created by: Garrett Greenberg
-February 1,2010 -How to display special characters in a browser -<left angle bracket ->right angle bracket spacelink -/a> -<\body> -