Key Terms Flashcards
1
Q
A
HTML
2
Q
A
Browser
3
Q
A
Code Editor
4
Q
A
Root Folder
5
Q
A
Doctype
6
Q
A
Head
7
Q
A
Body
8
Q
Telling the browser the purpose of each element on the page
Markups ONLY put in the <body> – no styling
A
Semantic
9
Q
A
Attribute
10
Q
A
Charset
11
Q
Surround heading text
A
<h1> through <h6>
</h6></h1>
12
Q
Surround an ordinary paragraph
A
<p>
</p>
13
Q
Mark important words or phrases amid a block of text
A
<strong> or <b></b></strong>
14
Q
Emphasize important words or phrases amid a block of text
A
<em> or <i></i></em>
15
Q
Surround an entire ordered (numbered) list.
A
<ol>
</ol>