HTML Basics Flashcards

1
Q

defines a paragraph

A

<p></p>

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

defines a paragraph

A

<p></p>

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

defines a single line break

A

<br></br>

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

defines bold text

A

<b></b>

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

defines italic text

A

<i></i>

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

defines big text

A

<big></big>

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

defines smaller text

A

<small></small>

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

defines important text

A

<strong></strong>

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

defines subscripted text

A

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

defines superscripted text

A

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

defines inserted text

A

<ins></ins>

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

defines deleted text

A

<del></del>

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

What is the biggest heading?

A

<h1></h1>

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

What is the smallest heading?

A

<h6></h6>

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

Which tags are used to indicate headings?

A

h1-h6

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

defines a horizontal line

17
Q
18
Q

______ provide additional information about an element or tag, while also modifying them.

A

attributes

19
Q

defines a single line break

20
Q

defines bold text

21
Q

defines italic text

22
Q

defines big text

A

<big></big>

23
Q

defines smaller text

A

<small></small>

24
Q

defines important text

A

<strong></strong>

25
defines subscripted text
26
defines superscripted text
27
defines inserted text
28
defines deleted text
29
What is the biggest heading?

30
What is the smallest heading?
31
Which tags are used to indicate headings?
h1-h6
32
defines a horizontal line

33
comment
34
An HTML ______ is written using a start tag and an end tag with the content in between.
element
35
What is the role of an attribute in HTML?
it modifies the tag
36
used to insert an image
37
| What does "src" mean?
source