<NAME ATTRIBUTE="VALUE">
The NAME of the tag will tell you what type of tag it is. In our example this will be a font tag. The ATTRIBUTE will determine what type of font tag we have. The font tag can change the size, type or color of the text it surrounds. The VALUE is the direct result of the ATTRIBUTE. Each ATTRIBUTE must have a VALUE. All values must be enclosed in quotation marks. In our example: <FONT SIZE="4">
<HEAD>
<TITLE>
</TITLE>
</HEAD>
<BODY>This is what everyone will see on your page
</BODY>
</HTML>
This is the skeleton of your page. Every page on the web, no matter how fancy or high tech needs this basic setup. Notice the the opening and closing pairs. If you have copied this layout on a piece of paper you can now practice. If you want to see instant results you can go to the Html Test Bed that I have installed below. Simply put in your tags and content and press preview. Press reset to erase your work. See, HTML is easy and can be fun. We will learn what to place as content on our page in the next lesson.
¸·•HTML And Javascript Test-Bed¸•·
| |||||