HTML Flashcards
1
Q
Doctype tags
A
meta, link, and title
2
Q
Text styling tags
A
em, a, strong, code, and img
3
Q
Text structuring tags
A
p, h1-h6, and pre
4
Q
Page structuring tags
A
nav, header, footer, and main
5
Q
Section separating tags
A
section and aside
6
Q
Table tags
A
table, thead, tfoot, tr, td, and th
7
Q
List tags
A
ol, ul, menu, and li
8
Q
What does < tag do?
A
< sign
9
Q
What does > tag do?
A
> sign
10
Q
What does & tag do?
A
& sign
11
Q
How do you write comments?
A
<!-- -->
12
Q
<em></em>
A
italic
13
Q
<strong></strong>
A
bold
14
Q
<code></code>
A
code text
15
Q
<pre>
</pre>
A
code block