Tags Flashcards

1
Q

A document type declaration that all HTML documents must start with.

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

What the HTML document itself begins and ends with

A

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

The visible part of the HTML document

A

< body> …< /body>

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

HTML headings

A

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

HTML paragraphs

A

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

HTML links

A

< a href=”https://www.w3schools.com”>This is a link < a/>

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

HTML images

A

< img src=”imagename.jpg” />

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

HTML buttons

A

< button>button text< /button>

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

HTML bulleted list

A
    • Coffee
    • Tea
    • Milk
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

HTML numbered list

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

HTML Horizontal Rules

A

< hr>

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

The element that is a container for metadata that is placed between the

tag and the

A

< head> … < /head>

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

Line break: if you want a line break (a new line) without starting a new paragraph

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

Preformatted text element

A

< pre>This text will be preformatted< /pre>

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