A. Commonly used HTML tags
1. HTML – stands for Hypertext Markup Language and is used to create web pages.
2. Hyperlinks – web site address that are coded into an HTML document. Often use to jump from one portion of a web page to another web page.
3. Hotspot – a graphically defined area in an image that contains a hyperlink.
4. Inline image – an image that appears with in the text of Web page.
5. Bookmark – a named location on a Web page that can be the target of a hyperlink.
6. URL – Uniform Resource Locator. Web site address encoded onto HTML.
7. Script – The HTML programming code that is included in a Web page and executed by the Web browser.
8. Tag – portions of text surrounded by less than and greater than signs<…> and are instructions that tell browser what each portion of the HTML document means.
9. Empty containers – tags that do not occur in pairs. Example <HR> for horizontal rule.
10. Template – a pre-designed format for a Web page.
B. Here is an example web page I made using HTML:
Click here for web page.