HTML Tags Flashcards

(37 cards)

1
Q

7 main content models

A

Metadata, Embedded, Interactive, Headings, Phrasing, Flow, Sectioning

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

Essential Html Tags

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

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

embedded CSS styling

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

external script linking

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

links to external source code files like css

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

anchor tag link to other HTML docs

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

this tag is preformatted text. It displays exactly as typed. Very useful for programming examples, etc.

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

forced line break within an element

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

visual bold text modifier

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

semantically bold text modifier

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

visually italicized text modifier

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

semantically italicized text modifier

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

image tag

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

a section with navigation links.

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

represents a complete, or self-contained composition in a document, or application, that is, in principle, independently distributable or reusable. eg in syndication, like a forum post, magazine article, blog entry, an interactive widget or gadget

17
Q
A

a generic section of a document separating out different pieces of a page like chapters

18
Q
A

a sectioning element for content that is tangientally associated with the flow of the document. i.e. warning labels, graphical information, footnotes, quotes.

19
Q
A

groups element together in order to modify and visually change the content. Use only when no semantically significant sectioning tag will not work.

20
Q
A

sectioning elemt for different sections. Can and should be used to head the different sections

21
Q
A

holds footer information for its nearest parent element

22
Q
A

contains the main body of a document. does no affect the outlining must be unique as there can only be one per document. Usually used for assistive web reading

23
Q
A

represents flow content. annotates illustrations, diagrams,photos, code examples, video, graphs. used for assistive web reading

24
Q
A

represents the caption of the figure element

25
sectioning element that does not affect the outline of the document. That includes the quote and the citation
26
quote element
27
represents contact info of the creator for the specific article, document or site. Cannot contain any sectioning elements
28
used for side comments such as small print. Does not make the text less important semantically, but does make it smaller visually, which needs to be overwritten in CSS
29
used to create highlighted text. ex. user highlighted text (kindle), text in search result (google)
30
Used to wrap time stamps for easy parsing of dates within a document. Use the datetime attribute if the is not already in a machine readable format
31
2016-6-28T23:22:14
...
32
unordered list- no bullet points
33
ordered list- bullet points
34
list item
35
description list
36
description term
37
description definition