HTML5 Elements Flashcards

2
Q

<html>

A

Represents the root of an HTML or XHTML document. All other elements must be descendants of this element.

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

<head>

A

Represents a collection of metadata about the document, including links to or definitions of scripts and style sheets.

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

<title>

A

Defines the title of the document, shown in a browser’s title bar or on the page’s tab. It can only contain text and any contained tags are not interpreted.

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

<base>

A

Defines the base URL for relative URL in the page.

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

<link>

A

Used to link JavaScript and external CSS with the current HTML document.

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

<meta>

A

Defines metadata that can’t be defined using other HTML element.

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

<style>

A

Style tag is used to write inline CSS.

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

<script>

A

Defines either an internal script or link to an external script. The script language is JavaScript

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

<noscript>

A

Defines an alternative content to display when the browser doesn’t support scripting.

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

<body>

A

Represents the main content of an HTML document. There is only one element in a document.

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

<section>

A

Defines a section in a document

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

<nav>

A

Defines a section that contains only navigation links

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

<article>

A

Defines self-contained content that could exist independently of the rest of the content

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

<aside>

A

Defines some content set aside from the rest of page content. If it is removed, the remaining content still make sense.

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

Heading elements implement six levels of document headings,

is the most important and 
###### is the least. A heading element briefly describes the topic of the section it introduces.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

<header>

A

Defines the header of a page or section. It often contains a logo, the title of the Web site and a navigational table of content.

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

<footer>

A

Defines the footer for a page or section. It often contains a copyright notice, some links to legal information or addresses to give feedback.

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

<address>

A

Defines a section containing contact information.

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

<main>

A

Defines the main or important content in the document. There is only one element in the document.

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

<p>

A

Defines a portion that should be displayed as a paragrah.

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

<hr>

A

Represents a thematic break between paragraphs of a section or article or any longer content.

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

<pre>

A

Indicates that its content is preformatted and that this format must be preserved.

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

<blockquote>

A

Represents a citation.

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

<ol>

A

Defines an ordered list of items, that is a list which change its meaning if we change the order of its elements

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

<ul>

A

Defines an unordered list of items.

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

<li>

A

Defines a item of a enumeration list often preceded by a bullet in English.

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

<dl>

A

Defines a definition list, that is a list of terms and their associated definitions.

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

<dt>
</dt>

A

Represents a term defined by the next

<dd>.
</dd>

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

<dd>

A

Represents the definition of the terms immediately listed before it.

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

<figure>

A

Represents a figure illustrated a part of the document.

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

<figcaption>

A

Represents the legend of a figure.

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

<div>

A

Represents a generic container with no special meaning.

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

<a>

A

Represents an hyperlink, linking to another resource.

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

<em>

A

Represents emphasized text, like a stress accent.

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

<strong>

A

Represents especially important text.

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

<small>

A

Represents a side comment, that is text like a disclaimer, a copyright which is not essential to the comprehension of the document.

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

<s>

A

Represents content that is no longer accurate or relevant.

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

<cite>

A

Represents the title of a work.

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

<q>

A

Represents an inline quotation.

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

<dfn>

A

Represents a term whose definition is contained in its nearest ancestor content.

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

<abbr>

A

Represents an abbreviation or an acronym, eventually with its meaning.

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

<data>

A

Associates to its content a machine-readable equivalent. (This element is only in the WHATWG version of the HTML standard, and not in the W3C version of HTML5).

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

<time>

A

Represents a date and time value, eventually with a machine-readable equivalent.

45
Q

<code>

A

Represents some computer code.

46
Q

<var>

A

Represents a variable, that is an actual mathematical expression or programming context, an identifier representing a constant, a symbol identifying a physical quantity, a function parameter, or a mere placeholder in prose.

47
Q

<samp>

A

Represents the output of a program or a computer.

48
Q

<kbd>

A

Represents user input, often from the keyboard, but not necessary, it may represent other input, like transcribed voice commands.

49
Q

<sub>,<sup>

A

Represents a subscript, respectively a superscript.

50
Q

<i>

A

Represents some text in an alternate voice or mood, or at least of different quality, such as a taxonomic designation, a technical term, an idiomatic phrase, a thought or a ship name.

51
Q

<b>

A

Represents a text which to which attention is drawn for utilitarian purposes. It doesn’t convey extra importance and doesn’t implicate an alternate voice.

52
Q

<u>

A

Represents unarticulate non-textual annoatation, such labeling the text as being misspelt or labeling a proper name in Chinese text.

53
Q

<mark>

A

Represents text highlighted for reference purposes, that is for its relevance in another context.

54
Q

<ruby>

A

Represents content to be marked with ruby annotations, short runs of text presented alongside the text. This is often used in conjunction with East Asian language where the annotations act as a guide for pronunciation, like the Japanese furigana.

55
Q

<rt>

A

Represents the text of a ruby annotation.

56
Q

<rp>

A

Represents parenthesis around a ruby annotation, used to display the annotation in an alternate way by browsers not supporting the standard display for annotations.

57
Q

<bdi>

A

Represents text that must be isolated from its surrounding for bidirectional text formatting. It allows to embed span of text with a different, or unknown, directionality.

58
Q

<bdo>

A

Represents the directionality of its children, in order to explicitly override the Unicode bidirectional algorithm.

59
Q

<span>

A

Represents text with no specific meaning. This has to be used when no other text-semantic element conveys an adequate meaning, which, in this case, is often brought by global attributes like class, lang, or dir.

60
Q

<br>

A

Represents a line break.

61
Q

<wbr>

A

Represents a line break opportunity, that is a suggested wrapping point in order to improve readability of text split on several lines.

62
Q

<ins>

A

Defines an addition to the document.

63
Q

<del>

A

Defines a removal from the document.

64
Q

<img>

A

Represents an image.

65
Q

<iframe>

A

Represents a nested browsing context, that is an embedded HTML document.

66
Q

<embed>

A

Represents a integration point for an external, often non_HTML, application or interactive content.

67
Q

<object>

A

Represents an external resource, which will be treated as an image, an HTML sub-document or an external resource to be processed by a plugin.

68
Q

<param>

A

Defines parameters for use by plugins invoked by elements.

69
Q

<video>

A

Represents a video, and its associated audio files and captions, with the necessary interface to play it.

70
Q

<audio>

A

Represents a sound, or an audio stream.

71
Q

<source>

A

Allows authors to specify alternative media resources for media elements like or .

72
Q

<track>

A

Allows authors to specify timed text track for media elements like or .

73
Q

<canvas>

A

Represents a bitmap area that scripts can be used to render graphics, like graphs, game graphics, any visual images on the fly.

74
Q

<map>

A

In conjunction with , defines an image map.

75
Q

<area>

A

In conjunction with , defines an image map.

76
Q

<svg>

A

Defines an embedded vectorial image.

77
Q

<math>

A

Defines a mathematical formula.

78
Q

<table>

A

Represents data with more than one dimension.

79
Q

<caption>

A

Represents the title of a table.

80
Q

<colgroup>

A

Represents a set of one or more columns of a table.

81
Q

<col>

A

Represents a column of a table.

82
Q

<tbody>

A

Represents the block of rows that describes the concrete data of a table.

83
Q

<thead>

A

Represents the block of rows that describes the column labels of a table.

84
Q

<tfoot>

A

Represents the block of rows that describes the column summaries of a table.

85
Q

<tr>

A

Represents a row of cells in a table.

86
Q

<td>

A

Represents a data cell in a table.

87
Q

<th>

A

Represents a header cell in a table.

88
Q

<form>

A

Represents a formular, consisting of controls, that can be submitted to a server for processing.

89
Q

<fieldset>

A

Represents a set of controls.

90
Q

<legend>

A

Represents the caption for a .

91
Q

<label>

A

Represents the caption of a form control.

92
Q

<input>

A

Represents a typed data field allowing the user to edit the data.

93
Q

<button>

A

Represents a button.

94
Q

<select>

A

Represents a control allowing the selection among a set of options.

95
Q

<datalist>

A

Represents a set of predefined options for other controls.

96
Q

<optgroup>

A

Represents a set of options, logically grouped.

97
Q

<option>

A

Represents an option in a element, or a suggestion of a element.

98
Q

<textarea>

A

Represents a multiline text edit control.

99
Q

<keygen>

A

Represents a key pair generator control.

100
Q

<output>

A

Represents the result of a calculation.

101
Q

<progress>

A

Represents the completion progress of a task.

102
Q

<meter>

A

Represents a scalar measurement (or a fractional value), within a known range

103
Q

<details>

A

Represents a widget from which the user can obtain additional information or controls.

104
Q

<summary>

A

Represents a summary, caption, or legend for a given .

105
Q

<command>

A

Represents a command that the user can invoke.

106
Q

<menu>

A

Represents a list of commands.