HTML Terminology
Alt text: Text description of a graphic that appears before the graphic is loaded into the browser. After an image has been downloaded on the browser, the alt text may briefly appear over the graphic as you rollover the mouse over the graphic. Anchor <a>: The anchor tag is used to define a hypertext link. Angle brackets: less than (<) and greater than (>) symbols used to surround an element to create a tag. Attribute: A property of an HTML element used to provide additional instructions to a given HTML tag. The attribute is specified in the start of HTML tag. Elements: An element in HTML refers to a tag (such as <head>, <body>, and <p>) or element of structure of a document(such as body, title, and paragraph). Entities: Entities are those characters that do not appear on the keyboard (i.e., ™ ©, ®, etc.) or characters that have special meaning in HTML (i.e., <, >, &, etc.). Form:...