HTML Flashcards

0
Q

Text that has no extra importance but is styled in bold font by usage and convention.

A

<b></b>

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

Identifies text as an abbreviation; configure the title attribute with the full name.

A

<abbr></abbr>

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

Identifies a citation or reference; usually displayed in italics

A

<cite></cite>

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

Identifies program code samples; usually a fixed-space font

A

<code></code>

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

Identifies a definition of a word or term; usually displayed in italics

A

<dfn></dfn>

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

Causes text to be emphasized in relation to other text; usually displayed in italics

A

<em></em>

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

Text that has no extra importance, but is styled in italics by usage and convention

A

<i></i>

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

Identifies user text to be typed; usually a fixed space font

A

<kbd></kbd>

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

Text that is highlighted in order to be easily referenced(HTML5 only)

A

< mark >

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

Shows program sample output; usually a fixed space font

A

<samp></samp>

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

Legal disclaimers and notices (“fine print”) displayed in small font size

A

<small></small>

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

Strong importance; causes text to stand out from surrounding text; usually displayed in bold

A

<strong></strong>

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

Displays a subscript as small text below the baseline

A

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

Displays a superscript as small text above the baseline

A

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

Identifies and displays a variable or program output; usually displayed in italics

A

<var></var>

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

HTML Heading tag(s)

A
<h1></h1>
<h2></h2>
<h3></h3>
<h4></h4>
<h5></h5>
<h6></h6>
16
Q

HTML paragraph tag(s)

17
Q

HTML Link tag(s)

A

<a>This is text linking to JoeNoPhoto.com</a>

18
Q

HTML Image tag(s)

A

<img></img>

19
Q

HTML Comments tag(s)

A

<!-- This is an HTML comment -->

20
Q

Horizontal line tag(s)

21
Q

line breaks in paragraph

22
Q

Defines inserted text

A

<ins></ins>

23
Q

Defines deleted text

A

<del></del>

25
``` Text in a pre element is displayed in a fixed-width font, and it preserves both spaces and line breaks ```
26
Tag used to associate an external style sheet to an HTML document
27
Tag to define style information for an HTML document
28
Tag to define metadata within an HTML document. Include the attribute added to every document.
29
Tag that is a block level element that can be used as a container for grouping other HTML elements.
30
texted within this tag can have style attributes added to it within another element.
31
Define a one-line input field that a user can enter text into for a first and last name.
First name:
| Last name:
32
Define a password input field.
Password:
33
Define a radio box field.
Male
34
Define checkbox fields.
I have a bike
| I have a car
35
Define a field containing a submit button.
Username:
36
Tag/element to display a web page within a web page.
37
Reserved characters in HTML must be replaced with ____________________
Character Entities