| A | B |
| <html> | Start Hyper Text Markup Language |
| <head> | start the head or title section |
| </head> | end heading section |
| <body> | start body |
| </body> | end body |
| </html> | end Hype Text Markup Language |
| the two sections | head and body |
| web file extention | .html |
| homepage | first page to a web site named Index.html or default.html |
| Notepad | Software used to create Web pages |
| Web Page | a page that contains text graphics, audio, video, and links |
| Web Site | A related group of Web pages |
| Web browser | Software used to access and view Web pages |
| Examples of Web browsers | Internet Explorer, FireFox, Safari |
| Image File Types | .jpg, .gif, .png |
| Tag or Code | command that is enclosed in brackets |
| Attribute | Added words that describe the element that is in brackets |
| Example of an Attribute | <body bgcolor="red"> |