HTML TAGS Flashcards

1
Q

<!--...-->

A

DEFINES A COMMENT

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

<!DOCTYPE>

A

DEFINES THE DOCUMENT TYPE

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

<a></a>

A

Defines a hyperlink

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

<address>
</address>

A

Defines contact information for the author/owner of a document

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

<b></b>

A

defines bold text

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

<area></area>

A

Defines an area inside an image map

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

<base></base>

A

Specifies the base URL/target for all relative URLs in a document

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

<details>
</details>

A

Defines additional details that the user can view or hide

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

<data>
</data>

A

Adds a machine-readable translation of a given content

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

<dialog>
</dialog>

A

Defines a dialog box or window

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

<code></code>

A

Defines a piece of computer code

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

<body>
</body>

A

Defines the document’s body

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

<div>
</div>

A

Defines a section in a document

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

</script>
A

Defines a client-side script

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

<noscript>
</noscript>

A

Defines an alternate content for users that do not support client-side scripts

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

<a></a>

A

The <a> tag defines a hyperlink, which is used to link from one page to another.</a>

The most important attribute of the <a> element is the href attribute, which indicates the link’s destination.</a>

17
Q

<select></select>

A

Defines a drop-down list

18
Q

<style>

</style>
A

Defines style information for a document

19
Q

<table>
</table>

A

Defines a table

20
Q

<textarea>
</textarea>

A

Defines a multiline input control (text area)

21
Q

<th>
</th>

A

Defines a header cell in a table

22
Q

<title>
</title>

A

Defines a title for the document

23
Q

<time>
</time>

A

Defines a specific time (or datetime)

24
Q

<var></var>

A

Defines a variable

25
Defines embedded video content
26
Defines a possible line-break
27

Defines a paragraph
28
Defines a parameter for an object
29
Defines a container for multiple image resources
30
Defines an image
31
Defines navigation links
32
Defines embedded sound content
33
Defines a clickable button
34

defines a single line break
35
Specifies the main content of a document
36
Defines an unordered list
37
Defines the relationship between a document and an external resource (most used to link to style sheets)
38
Defines the root of an HTML document