HTML Element Reference Flashcards

1
Q

Defines a comment

A

<!--...-->

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

Defines the document type

A

<!DOCTYPE>

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

Defines a hyperlink

A

<a></a>

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

Defines an abbreviation or an acronym

A

<abbr></abbr>

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

<acronym> is Not supported in HTML5. Use ___ instead.
Defines an acronym</acronym>

A

<abbr></abbr>

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

Defines contact information for the author/owner of a document

A

<address>
</address>

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

<applet> is Not supported in HTML5. Use \_\_\_ instead.
Defines an embedded applet
</applet>

A

<embed></embed>

or <object></object>

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

Defines an area inside an image map

A

<area></area>

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

Defines an article

A

<article>
</article>

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

Defines content aside from the page content

A

<aside>
</aside>

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

Defines embedded sound content

A

<audio>
</audio>

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

Defines bold text

A

<b></b>

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

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

A

<base></base>

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

<basefont> is Not supported in HTML5. Use \_\_\_ instead.
Specifies a default color, size, and font for all text in a document
</basefont>

A

CSS

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

Isolates a part of text that might be formatted in a different direction from other text outside it

A

<bdi>
</bdi>

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

Overrides the current text direction

A

<bdo></bdo>

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

<big> is Not supported in HTML5. Use ___ instead.
Defines big text</big>

A

CSS

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

Defines a section that is quoted from another source

A

<blockquote>
</blockquote>

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

Defines the document’s body

A

<body>
</body>

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

Defines a single line break

A

<br></br>

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

Defines a clickable button

A

<button></button>

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

Used to draw graphics, on the fly, via scripting (usually JavaScript)

A

<canvas>
</canvas>

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

Defines a table caption

A

<caption>
</caption>

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

<center> is Not supported in HTML5. Use \_\_\_ instead.
Defines centered text
</center>

A

CSS

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

Defines the title of a work

A

<cite></cite>

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

Defines a piece of computer code

A

<code></code>

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

Specifies column properties for each column within a <colgroup> element

A

<col></col>

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

Specifies a group of one or more columns in a table for formatting

A

<colgroup>
</colgroup>

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

Adds a machine-readable translation of a given content

A

<data>
</data>

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

Specifies a list of pre-defined options for input controls

A

<datalist>
</datalist>

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

Defines a description/value of a term in a description list

A

<dd>
</dd>

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

Defines text that has been deleted from a document

A

<del></del>

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

Defines additional details that the user can view or hide

A

<details>
</details>

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

Specifies a term that is going to be defined within the content

A

<dfn></dfn>

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

Defines a dialog box or window

A

<dialog>
</dialog>

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

<dir> is Not supported in HTML5. Use \_\_\_ instead.
Defines a directory list
</dir>

A

<ul>
</ul>

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

Defines a section in a document

A

<div>
</div>

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

Defines a description list

A

<dl>
</dl>

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

Defines a term/name in a description list

A

<dt>
</dt>

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

Defines emphasized text

A

<em></em>

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

Defines a container for an external application

A

<embed></embed>

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

Groups related elements in a form

A

<fieldset>
</fieldset>

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

Defines a caption for a <figure> element</figure>

A

<figcaption>
</figcaption>

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

Specifies self-contained content

A

<figure>
</figure>

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

<font> is Not supported in HTML5. Use \_\_\_ instead.
Defines font, color, and size for text
</font>

A

CSS

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

Defines a footer for a document or section

A

<footer>
</footer>

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

Defines an HTML form for user input

A

<form>
</form>

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

<frame> is Not supported in HTML5.
Defines a window (a frame) in a frameset
</frame>

A

nothing

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

<frameset> is Not supported in HTML5.
Defines a set of frames
</frameset>

A

nothing

50
Q

Defines HTML headings

A

<h1> to <h6>
</h6></h1>

51
Q

Contains metadata/information for the document

A

<head>
</head>

52
Q

Defines a header for a document or section

A

<header>
</header>

53
Q

Defines a header and related content

A

<hgroup>
</hgroup>

54
Q

Defines a thematic change in the content

A

<hr></hr>

55
Q

Defines the root of an HTML document

A

<html>
</html>

56
Q

Defines a part of text in an alternate voice or mood

A

<i></i>

57
Q

Defines an inline frame

A

<iframe>
</iframe>

58
Q

Defines an image

A

<img></img>

59
Q

Defines an input control

A

<input></input>

60
Q

Defines a text that has been inserted into a document

A

<ins></ins>

61
Q

Defines keyboard input

A

<kbd></kbd>

62
Q

Defines a label for an <input></input> element

A

<label></label>

63
Q

Defines a caption for a <fieldset> element

A

<legend>
</legend>

64
Q

Defines a list item

A

<li>
</li>

65
Q

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

A

<link></link>

66
Q

Specifies the main content of a document

A

<main>
</main>

67
Q

Defines an image map

A

<map>
</map>

68
Q

Defines marked/highlighted text

A

<mark></mark>

69
Q

Defines an unordered list

A

<menu>
</menu>

70
Q

Defines metadata about an HTML document

A

<meta></meta>

71
Q

Defines a scalar measurement within a known range (a gauge)

A

<meter>
</meter>

72
Q

Defines navigation links

A

<nav>
</nav>

73
Q

<noframes> is Not supported in HTML5.
Defines an alternate content for users that do not support frames
</noframes>

A

nothing

74
Q

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

A

<noscript>
</noscript>

75
Q

Defines a container for an external application

A

<object>
</object>

76
Q

Defines an ordered list

A

<ol>
</ol>

77
Q

Defines a group of related options in a drop-down list

A

<optgroup>
</optgroup>

78
Q

Defines an option in a drop-down list

A

<option></option>

79
Q

Defines the result of a calculation

A

<output>
</output>

80
Q

Defines a paragraph

A

<p>
</p>

81
Q

Defines a parameter for an object

A

<param></param>

82
Q

Defines a container for multiple image resources

A

<picture>
</picture>

83
Q

Defines preformatted text

A

<pre>
</pre>

84
Q

Represents the progress of a task

A

<progress>
</progress>

85
Q

Defines a short quotation

A

<q></q>

86
Q

Defines what to show in browsers that do not support ruby annotations

A

<rp></rp>

87
Q

Defines an explanation/pronunciation of characters (for East Asian typography)

A

<rt></rt>

88
Q

Defines a ruby annotation (for East Asian typography)

A

<ruby></ruby>

89
Q

Defines text that is no longer correct

A

<s>
</s>

90
Q

Defines sample output from a computer program

A

<samp></samp>

91
Q

Defines a client-side script

A
<script>

</script>
92
Q

Defines a search section

A

<search>
</search>

93
Q

Defines a section in a document

A

<section>
</section>

94
Q

Defines a drop-down list

A

<select></select>

95
Q

Defines smaller text

A

<small></small>

96
Q

Defines multiple media resources for media elements (<video> and <audio>)</audio></video>

A

<source></source>

97
Q

Defines a section in a document

A

<span></span>

98
Q

<strike> is Not supported in HTML5. Use \_\_\_ instead.
Defines strikethrough text
</strike>

A

<del> or <s></s></del>

99
Q

Defines important text

A

<strong></strong>

100
Q

Defines style information for a document

A

<style>

</style>
101
Q

Defines subscripted text

A

102
Q

Defines a visible heading for a <details> element</details>

A

<summary>
</summary>

103
Q

Defines superscripted text

A

104
Q

Defines a container for SVG graphics

A

<svg>
</svg>

105
Q

Defines a table

A

<table>
</table>

106
Q

Groups the body content in a table

A

<tbody>
</tbody>

107
Q

Defines a cell in a table

A

<td>
</td>

108
Q

Defines a container for content that should be hidden when the page loads

A

<template>
</template>

109
Q

Defines a multiline input control (text area)

A

<textarea>
</textarea>

110
Q

Groups the footer content in a table

A

<tfoot>
</tfoot>

111
Q

Defines a header cell in a table

A

<th>
</th>

112
Q

Groups the header content in a table

A

<thead>
</thead>

113
Q

Defines a specific time (or datetime)

A

<time>
</time>

114
Q

Defines a title for the document

A

<title>
</title>

115
Q

Defines a row in a table

A

<tr>
</tr>

116
Q

Defines text tracks for media elements (<video> and <audio>)</audio></video>

A

<track></track>

117
Q

<tt> is Not supported in HTML5. Use ___ instead.
Defines teletype text</tt>

A

CSS

118
Q

Defines some text that is unarticulated and styled differently from normal text

A

<u></u>

119
Q

Defines an unordered list

A

<ul>
</ul>

120
Q

Defines a variable

A

<var></var>

121
Q

Defines embedded video content

A

<video>
</video>

122
Q

Defines a possible line-break

A

<wbr></wbr>