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)

A

<p></p>

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)

A

<hr></hr>

21
Q

line breaks in paragraph

A

<br></br>

22
Q

Defines inserted text

A

<ins></ins>

23
Q

Defines deleted text

A

<del></del>

25
Q
Text in a pre element
is displayed in a fixed-width
font, and it preserves
both      spaces and
line breaks
A

<pre>
</pre>

26
Q

Tag used to associate an external style sheet to an HTML document

A
27
Q

Tag to define style information for an HTML document

A
28
Q

Tag to define metadata within an HTML document. Include the attribute added to every document.

A
29
Q

Tag that is a block level element that can be used as a container for grouping other HTML elements.

A

<div>
</div>

30
Q

texted within this tag can have style attributes added to it within another element.

A

<span></span>

31
Q

Define a one-line input field that a user can enter text into for a first and last name.

A

First name: <br></br>

Last name:

32
Q

Define a password input field.

A

Password:

33
Q

Define a radio box field.

A

Male

34
Q

Define checkbox fields.

A

I have a bike<br></br>

I have a car

35
Q

Define a field containing a submit button.

A

Username:

36
Q

Tag/element to display a web page within a web page.

A
37
Q

Reserved characters in HTML must be replaced with ____________________

A

Character Entities