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
Q

defines subscripted text

26
Q

defines superscripted text

27
Q

defines inserted text

A

<ins></ins>

28
Q

defines deleted text

A

<del></del>

29
Q

What is the biggest heading?

30
Q

What is the smallest heading?

31
Q

Which tags are used to indicate headings?

32
Q

defines a horizontal line

33
Q
34
Q

An HTML ______ is written using a start tag and an end tag with the content in between.

35
Q

What is the role of an attribute in HTML?

A

it modifies the tag

36
Q

used to insert an image

A

<img></img>

37
Q

<img></img>

What does “src” mean?