Lesson 7 Vocabulary

 

 

Attribute: is an addition to an HTML tag that is used to modify it properties.

 

Container tags: has to have an ending to the text. Has to close the open HMTL

 

Document type declaration (DTD): Basically tells the browser what type of document to expect.

 

Empty tags: Tags that do not have to use a corresponding tag it’s an empty tag since it does not contain text.  

 

HTML: This is the language that Web pages are written in. Also known as hypertext documents, Web pages must conform to the rules of HTML in order to be displayed correctly in a Web browser.

 

Hypertext: organization of units of information that can be connected with links.

 

Ordered List: has a number instead of a bullet by it. Order does matter.

 

Source code: The HTML code , it is plain text with HTML added to it.

 

Tags: Codes that can be used in a web page to designate attributes of a section of text.

 

Unordered list: List who have bullets next to them often used for lists that are not so important to put in order.

 

Value: specifies that the paragraph be aligned in the center of the page.