HTML Flashcards

1
Q

What does HTML stand for?

A

Hypertext Markup Language

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

What does HTML stand for?

A

Hypertext Markup Language

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

Who is making the Web standards?

A

The World Wide Web Consortium

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

What is the correct HTML element for the largest heading

A

<h1></h1>

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

What is the correct HTML element for inserting a line break?

A

<br></br>

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

What is the correct HTML for adding a background color?

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

What is the correct HTML element to define important text

A

<strong></strong>

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

What is the correct HTML element to define emphasized text?

A

<em></em>

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

What is the correct HTML for creating a hyperlink?

A

<a>W3Schools</a>

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

Which character is used to indicate an end tag?

A

/

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

How can you open a link in a new tab/browser window?

A

<a></a>

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

List all table elements

A

, , , , , ,

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

Inline elements are normally displayed without starting a new line (True or False)?

A

True

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

How can you make a numbered list?

A

<ol></ol>

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

How can you make a bulleted list?

A

<ul></ul>

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

What is the correct HTML for making a checkbox?

17
Q

What is the correct HTML for making a text input field?

18
Q

What is the correct HTML for making a drop-down list?

19
Q

Who is making the Web standards?

A

The World Wide Web Consortium

20
Q

What is the correct HTML element for the largest heading

21
Q

What is the correct HTML element for inserting a line break?

22
Q

What is the correct HTML for adding a background color?

23
Q

What is the correct HTML element to define important text

A

<strong></strong>

24
Q

What is the correct HTML element to define emphasized text?

25
What is the correct HTML for creating a hyperlink?
26
Which character is used to indicate an end tag?
/
27
How can you open a link in a new tab/browser window?
28
List all table elements
, , , , , ,
29
Inline elements are normally displayed without starting a new line (True or False)?
True
30
How can you make a numbered list?
    31
    How can you make a bulleted list?
      32
      What is the correct HTML for making a checkbox?
      33
      What is the correct HTML for making a text input field?
      34
      What is the correct HTML for making a drop-down list?
      Value 1