All about the 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

How do you define a document as HTML5?

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

Root element of the HTML page

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

Element that contains meta information about the document

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

Element that specifies a title for the document

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

Element contains the visible page content

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

Elements that are headings

A

<h1><h2><h3><h4><h5><h6></h6></h5></h4></h3></h2></h1>

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

Element that defines paragraphs

A

<p></p>

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

Element that defines links

A

<a>link title</a>

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

Element that defines line breaks

A

<br></br>

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

Element that defines line breaks

A

<br></br>

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

How do you define a document as HTML5?

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

Root element of the HTML page

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

Element that contains meta information about the document

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

Element that specifies a title for the document

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

Element contains the visible page content

A
17
Q

Elements that are headings

A

<h1><h2><h3><h4><h5><h6></h6></h5></h4></h3></h2></h1>

18
Q

Element that defines paragraphs

A

<p></p>

19
Q

Element that defines links

A

<a>link title</a>

20
Q

Element that defines images

A

<img></img>

21
Q

Element that defines line breaks

A

<br></br>

22
Q

Attribute displayed as a tooltip when you mouse over element (example element)

A
23
Q

Attribute that defines size of image

A

width=”#” height=”#”

24
Q

Attribute that displays alternative text when image cannot be displayed

A

alt=”alternate text”

25
Q

Horizontal Line Break

A

<hr></hr>

26
Q

Preformatted Text that keeps the format typed in

A

<pre></pre>

27
Q

What is the structure of a style attribute?

A
28
Q

Property that defines background color

A