HTML5 Tags Flashcards

1
Q

Tag defintions

<!–…–>

A

Defines a comment

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

Tag defintions

<!DOCTYPE>

A

Defines the document type

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

Tag defintions

<a>

A

Defines a hyperlink

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

Tag defintions

<abbr>

A

Defines an abbreviation

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

Tag defintions

<acronym>

A

Defines an acronym (Not supported in HTML5. Use <abbr> instead.)

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

Tag defintions

<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
7
Q

Tag defintions

<applet>

A

Defines an embedded applet (Not supported in HTML5. Use <object> instead.)

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

Tag defintions

<area>

A

Defines an area inside an image-map

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

Tag defintions

<article>

A

Defines an article

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

Tag defintions

<aside>

A

Defines content aside from the page content

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

Tag defintions

<audio>

A

Defines sound content

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

Tag defintions

<b>

A

Defines bold text

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

Tag defintions

<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
14
Q

Tag defintions

<basefont>

A

Specifies a default color size and font for all text in a document (Not supported in HTML5. Use CSS instead.)

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

Tag defintions

<bdi>

A

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

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

Tag defintions

<bdo>

A

Overrides the current text direction

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

Tag defintions

<big>

A

Defines big text (Not supported in HTML5. Use CSS instead.)

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

Tag defintions

<blockquote>

A

Defines a section that is quoted from another source

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

Tag defintions

<body>

A

Defines the document’s body

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

Tag defintions

<br>

A

Defines a single line break

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

Tag defintions

<button>

A

Defines a clickable button

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

Tag defintions

<canvas>

A

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

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

Tag defintions

<caption>

A

Defines a table caption

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

Tag defintions

<center>

A

Defines centered text (Not supported in HTML5. Use CSS instead.)

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

Tag defintions

<cite>

A

Defines the title of a work

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

Tag defintions

<code>

A

Defines a piece of computer code

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

Tag defintions

<col>

A

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

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

Tag defintions

<colgroup>

A

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

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

Tag defintions

<command>

A

Defines a command button that a user can invoke

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

Tag defintions

<datalist>

A

Specifies a list of pre-defined options for input controls

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

Tag defintions

<dd>

A

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

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

Tag defintions

<del>

A

Defines text that has been deleted from a document

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

Tag defintions

<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
34
Q

Tag defintions

<dfn>

A

Defines?a definition term

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

Tag defintions

<dialog>

A

Defines a dialog box or window

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

Tag defintions

<dir>

A

Defines a directory list (Not supported in HTML5. Use <ul> instead.)

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

Tag defintions

<div>

A

Defines a section in a document

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

Tag defintions

<dl>

A

Defines a description list

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

Tag defintions

<dt>

A

Defines a term/name in a description list

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

Tag defintions

<em>

A

Defines emphasized text

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

Tag defintions

<embed>

A

Defines a container for an external (non-HTML) application

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

Tag defintions

<fieldset>

A

Groups related elements in a form

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

Tag defintions

<figcaption>

A

Defines a caption for a <figure> element

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

Tag defintions

<figure>

A

Specifies self-contained content

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

Tag defintions

<font>

A

Defines font color and size for text (Not supported in HTML5. Use CSS instead.)

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

Tag defintions

<footer>

A

Defines a footer for a document or section

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

Tag defintions

<form>

A

Defines an HTML form for user input

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

Tag defintions

<frame>

A

Defines a window (a frame) in a frameset (Not supported in HTML5.)

49
Q

Tag defintions

<frameset>

A

Defines a set of frames (Not supported in HTML5.)

50
Q

Tag defintions

<h1> to <h6>

A

Defines HTML headings

51
Q

Tag defintions

<head>

A

Defines information about the document

52
Q

Tag defintions

<header>

A

Defines a header for a document or section

53
Q

Tag defintions

<hgroup>

A

Groups heading elements

54
Q

Tag defintions

<hr>

A

Defines a thematic change in the content

55
Q

Tag defintions

<html>

A

Defines the root of an HTML document

56
Q

Tag defintions

<i>

A

Defines a part of text in an alternate voice or mood

57
Q

Tag defintions

<iframe>

A

Defines an inline frame

58
Q

Tag defintions

<img>

A

Defines an image

59
Q

Tag defintions

<input>

A

Defines an input control

60
Q

Tag defintions

<ins>

A

Defines a text that has been inserted into a document

61
Q

Tag defintions

<kbd>

A

Defines keyboard input

62
Q

Tag defintions

<keygen>

A

Defines a key-pair generator field (for forms)

63
Q

Tag defintions

<label>

A

Defines a label?for an <input> element

64
Q

Tag defintions

<legend>

A

Defines a caption for a <fieldset> element

65
Q

Tag defintions

<li>

A

Defines a list item

66
Q

Tag defintions

<link>

A

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

67
Q

Tag defintions

<main>

A

Specifies the main content of a document

68
Q

Tag defintions

<map>

A

Defines a client-side image-map

69
Q

Tag defintions

<mark>

A

Defines marked/highlighted text

70
Q

Tag defintions

<menu>

A

Defines a list/menu of commands

71
Q

Tag defintions

<meta>

A

Defines metadata about an HTML document

72
Q

Tag defintions

<meter>

A

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

73
Q

Tag defintions

<nav>

A

Defines navigation links

74
Q

Tag defintions

<noframes>

A

Defines an alternate content for users that do not support frames (Not supported in HTML5.)

75
Q

Tag defintions

<noscript>

A

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

76
Q

Tag defintions

<object>

A

Defines an embedded object

77
Q

Tag defintions

<ol>

A

Defines an ordered list

78
Q

Tag defintions

<optgroup>

A

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

79
Q

Tag defintions

<option>

A

Defines an option in a drop-down list

80
Q

Tag defintions

<output>

A

Defines the result of a calculation

81
Q

Tag defintions

<p>

A

Defines a paragraph

82
Q

Tag defintions

<param>

A

Defines a parameter for an object

83
Q

Tag defintions

<pre>

A

Defines preformatted text

84
Q

Tag defintions

<progress>

A

Represents the progress of a task

85
Q

Tag defintions

<q>

A

Defines a short quotation

86
Q

Tag defintions

<rp>

A

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

87
Q

Tag defintions

<rt>

A

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

88
Q

Tag defintions

<ruby>

A

Defines a ruby annotation (for East Asian typography)

89
Q

Tag defintions

<s>

A

Defines text that is no longer correct

90
Q

Tag defintions

<samp>

A

Defines sample output from a computer program

91
Q

Tag defintions

<script>

A

Defines a client-side script

92
Q

Tag defintions

<section>

A

Defines a section in a document

93
Q

Tag defintions

<select>

A

Defines a drop-down list

94
Q

Tag defintions

<small>

A

Defines smaller text

95
Q

Tag defintions

<source>

A

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

96
Q

Tag defintions

<span>

A

Defines a section in a document

97
Q

Tag defintions

<strike>

A

Defines strikethrough text (Not supported in HTML5. Use <del> instead.)

98
Q

Tag defintions

<strong>

A

Defines important text

99
Q

Tag defintions

<style>

A

Defines style information for a document

100
Q

Tag defintions

<sub>

A

Defines subscripted text

101
Q

Tag defintions

<summary>

A

Defines a visible heading for a <details> element

102
Q

Tag defintions

<sup>

A

Defines superscripted text

103
Q

Tag defintions

<table>

A

Defines a table

104
Q

Tag defintions

<tbody>

A

Groups the body content in a table

105
Q

Tag defintions

<td>

A

Defines a cell in a table

106
Q

Tag defintions

<textarea>

A

Defines a multiline input control (text area)

107
Q

Tag defintions

<tfoot>

A

Groups the footer content in a table

108
Q

Tag defintions

<th>

A

Defines a header cell in a table

109
Q

Tag defintions

<thead>

A

Groups the header content in a table

110
Q

Tag defintions

<time>

A

Defines a date/time

111
Q

Tag defintions

<title>

A

Defines a title for the document

112
Q

Tag defintions

<tr>

A

Defines a row in a table

113
Q

Tag defintions

<track>

A

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

114
Q

Tag defintions

<tt>

A

Defines teletype text (Not supported in HTML5. Use CSS instead.)

115
Q

Tag defintions

<u>

A

Defines text that should be stylistically different from normal text

116
Q

Tag defintions

<ul>

A

Defines an unordered list

117
Q

Tag defintions

<var>

A

Defines a variable

118
Q

Tag defintions

<video>

A

Defines a video or movie

119
Q

Tag defintions

<wbr>

A

Defines a possible line-break