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
Q

<video>
</video>

A

Defines embedded video content

26
Q

<wbr></wbr>

A

Defines a possible line-break

27
Q

<p>
</p>

A

Defines a paragraph

28
Q

<param></param>

A

Defines a parameter for an object

29
Q

<picture>
</picture>

A

Defines a container for multiple image resources

30
Q

<img></img>

A

Defines an image

31
Q

<nav>
</nav>

A

Defines navigation links

32
Q

<audio>
</audio>

A

Defines embedded sound content

33
Q

<button></button>

A

Defines a clickable button

34
Q

<br></br>

A

defines a single line break

35
Q

<main>
</main>

A

Specifies the main content of a document

36
Q

<menu>
</menu>

A

Defines an unordered list

37
Q

<link></link>

A

Defines the relationship between a document and an external resource (most used to link to style sheets)

38
Q

<html>
</html>

A

Defines the root of an HTML document