Remember tags are anything that starts < and ends with >
Also check the color code
<HTML > Opening of first-tag
<HEAD > Opening of HEAD-tag
<TITLE > Opening of TITLE-tag
here is where the title goes. if you look at the top of the browser you'll see (the basic htmltags)
</TITLE > closing of TITLE-tag
</HEAD > closing of HEAD-tag
<BODY > Opening of BODY-tag
here is where you text or picture go (if you do not put anything here you should see nothig)
</BODY> closing of BODY-tag
</HTML >the closing of first tag.
|