All about the HTML Flashcards
1
Q
What does HTML stand for?
A
Hypertext Markup Language
2
Q
How do you define a document as HTML5?
A
3
Q
Root element of the HTML page
A
4
Q
Element that contains meta information about the document
A
5
Q
Element that specifies a title for the document
A
6
Q
Element contains the visible page content
A
7
Q
Elements that are headings
A
<h1><h2><h3><h4><h5><h6></h6></h5></h4></h3></h2></h1>
8
Q
Element that defines paragraphs
A
<p></p>
9
Q
Element that defines links
A
<a>link title</a>
10
Q
Element that defines line breaks
A
<br></br>
11
Q
Element that defines line breaks
A
<br></br>
12
Q
How do you define a document as HTML5?
A
13
Q
Root element of the HTML page
A
14
Q
Element that contains meta information about the document
A
15
Q
Element that specifies a title for the document
A