HTML Flashcards

1
Q

HTML

A

HTML, or HyperText Markup Language is a tag-based language that gives structure and meaning to content.

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

The root element in an HTML document.

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

Specifies the base URL to use for all relative URLs contained within a document.

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

The section of an HTML document that stores metadata and configuration settings for an HTML document, including links to referenced scripts and stylesheets.

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

A metadata content element that specifies relationships between the current document and an external resource, most frequently used to link stylesheets.

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

A tag used to markup various kinds of metadata that cannot be expressed using other metadata content elements (title, base, link, style or script).

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

A metadata content tag that contains style information for a document.

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

The metadata content element that defines the title of the document which is shown in a browser’s title bar or on the page tab.

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

<address> </address>

A

The content sectioning tag that supplies contact information for its nearest or ancestor; in the latter case it applies to the whole document.

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

The content sectioning element that represents a self-contained composition in a document, page, application or site, which is intended to be independently distributable or reusable. This could be a forum post, a magazine or newspaper article, a blog entry, or any other independent item of content.

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

The content sectioning element that represents a section of content that is tangentially connected to the rest, which could be considered separate from that content.

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

A content sectioning tag which represents a footer for its nearest sectioning content or sectioning root element. A footer typically contains information about the author of the section, copyright data, or related links.

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

A content sectioning tag which represents a group of introductory or navigational aids.

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

######

A

The heading elements implement six hierarchical levels of document headings where

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

Represents the heading of a section. It defines a single title that participates in the outline of the document using the first heading element of highest rank. In other words, this element groups several headings, contributing only the main one tot he document outline.

🔬Experimental

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

The content sectioning element that encloses navigation links that link to other pages or sections within the page.

17
Q
A

The content sectioning element that represents a generic section of a document, i.e., a thematic grouping of content, typically with a heading.