HTML Flashcards

1
Q

Doctype tags

A

meta, link, and title

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Text styling tags

A

em, a, strong, code, and img

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Text structuring tags

A

p, h1-h6, and pre

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Page structuring tags

A

nav, header, footer, and main

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Section separating tags

A

section and aside

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Table tags

A

table, thead, tfoot, tr, td, and th

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

List tags

A

ol, ul, menu, and li

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does &lt tag do?

A

< sign

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does &gt tag do?

A

> sign

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What does &amp tag do?

A

& sign

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How do you write comments?

A

<!-- -->

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

<em></em>

A

italic

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

<strong></strong>

A

bold

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

<code></code>

A

code text

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

<pre>
</pre>

A

code block

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

<meta></meta>

A

provides metadata about the webpage. ie charset=”UTF-8”

17
Q

<link></link>

A

used to link the current document to external documents, such as stylesheets or icons.

18
Q

<title>
</title>

A

Displays the webpage title in the browsers title bar or tab.

19
Q
A