HTML - Tags Flashcards

Identify all tags

1
Q

< ! DOCTYPE HTML >

A

Defines the document type

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

< html>

A

Defines a html document

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

< head>

A

Defines information about the document.

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

< title>

A

Title to show in the browser bar

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

<br></br>

A

Line breaker

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

<img></img>

A

Embeds image

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

< p>

A

Parragraph

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

< body>

A

Contains all the contents of an HTML document, such as text, hyperlinks, images, tables, lists, etc.

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

< div>

A

Defines a division or a section in an HTML document.

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

< nav>

A

Defines a set of navigation links.

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

< link rel=”stylesheet” href=”style.css>

A

Defines a link between a document and an external resource

This tag is used to link to external style sheets

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

<h1> </h1>

… <h6> </h6>

A

Headings. <h1> defines the most important heading. <h6> defines the least important heading</h6></h1>

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

< i>

A

Italics

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

<b></b>

A

Bold

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

< style>

A

Defines style information for an HTML document.

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

Html syntax