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?

A
17
Q

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

A
18
Q

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

A

Value 1

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

A

<h1></h1>

21
Q

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

A

<br></br>

22
Q

What is the correct HTML for adding a background color?

A
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?

A

<em></em>

25
Q

What is the correct HTML for creating a hyperlink?

A

<a>W3Schools</a>

26
Q

Which character is used to indicate an end tag?

A

/

27
Q

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

A

<a></a>

28
Q

List all table elements

A

, , , , , ,

29
Q

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

A

True

30
Q

How can you make a numbered list?

A

<ol></ol>

31
Q

How can you make a bulleted list?

A

<ul></ul>

32
Q

What is the correct HTML for making a checkbox?

A
33
Q

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

A
34
Q

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

A

Value 1