Term
q1 What programs can open HTML files? |
|
Definition
a1 HTML is a plain-text language that can be opened and edited in any text editor and viewed in any web browser. |
|
|
Term
q2 What does a markup language do? |
|
Definition
a2 A markup language places tags contained within brackets < > around plain-text content to pass information concerning structure and formatting from one application to another. |
|
|
Term
q3 True or false? HTML5 is not very different from HTML 4. |
|
Definition
a3 False. Over 30 tags have been deprecated from HTML 4, and almost 50 new tags have been added to HTML5. !at means almost half of the entire language has changed since it was released in 1998. |
|
|
Term
q4 What are the three main parts of most webpages? |
|
Definition
a4 Most webpages are composed of three sections: a root, head, and body. |
|
|
Term
q5 What’s the difference between a block element and an inline element? |
|
Definition
a5 A block element creates a stand-alone element. An inline element can exist within another element. |
|
|