A | B |
html | hypertext markup language |
url | universal resource locator |
tag | the code that is read by your browser ....<??????> |
<html> | first tag on any web page |
<b> | starts bold text |
<i> | starts italic text |
http | hypertext transfer protocol |
world wide web | another part of the Internet |
head | contains information that is not seen on the web page |
body | contains all the information that is intended to be seen |
comment tag | where the author places notes to himself.....not seen by the public |
index or home | the name of the first page of a website |
<h1> | heading 1....the largest size font |
<br> | breaking space |
<p> | starts a paragraph |
</html> | the last tag on any webpage |
<hr> | horizontal rule......a line across a webpage to separate sections |
</html> | last tag on any web page |
<img scr=""> | code if I want graphics to appear on the web page |
alt text | You use this attribute as a backup if a graphics does not load properly |