HTML Flashcards

1
Q

First line in an HTML5 document. Tells web browsers that this document is an HTML5 document.

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

First line in an HTML5 document. Tells web browsers that this document is an HTML5 document.

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

Attribute used to provide the file name of an image

A

src=

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

This tag contains information about the document -

contains metadata, information, and instructions to the Web browsers & Search Engines

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

This tag defines the largest heading

A

<h6></h6>

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

This tag is used to create links

A

<a></a>

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

This tag defines emphasized text with italics

Ex: A sentence that uses <em>this</em> tag!

A

<em></em>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
Each item in an ordered list or unordered list must use this tag
Ex:  <ul>a list 
		<li> list item one </li>
		<li> list item two </li>
	    </ul>
A

<li>
</li>

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

This tag creates a line break

A

<br></br>

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

This tag creates a horizontal line across the page

A

<hr></hr>

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

Attribute used to control the appearance of an element; specifies the inline style for an element
Ex: <h1 style> Headline for the Page</h1>

A

style=

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

All of the content to be displayed on the page is in this tag

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

This tag marks the start of a web page document

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

This tag allows you to add a picture to your web page

Ex: <img></img>

A

<img></img>

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

This tag creates an indented block

A

<blockquote></blockquote>

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

Quoted text

Ex: To be or not to be…

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

Attribute used provide the URL for a hyperlink

Ex: <a> SFA</a>

A

href=

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q
This tag creates a list with numbers
Ex:  <ol>a list 
		<li> list item one </li>
		<li> list item two </li>
	    </ol>
A

<ol></ol>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q
This tag creates a list with bullets
Ex:  <ul>a list 
		<li> list item one </li>
		<li> list item two </li>
	    </ul>
A

<ul></ul>

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

This tag creates paragraphs

Ex: <p> A statement to be displayed on the pages </p>

A

<p></p>

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

Use this tag to add comments to your web page

Ex:

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

Attribute used provide text when an image cannot displayed & readers read this to the users who do not see the pages
Ex: <img></img>

A

alt=

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

Defines the title; shows on the tab – not on the web page

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

An attribute that creates a tool tip –a text box that appears as the user’s mouse hovers over it
Ex: Monet’s <cite> Water Lilly</cite> is one of the most famous works of art.

A

title=

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

Defines contact information in a document

Ex: <address> SFA, 1936 North Street, Nacogdoches TX 75964 </address>

A

<address></address>

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

Defines a title to a work - a work of art, a book, an art piece, …
Ex: Monet’s <cite> Water Lilly</cite> is one of the most famous works of art

A

<cite></cite>

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

Defines a description of a term in a definition list
Ex: <dl>
<dt>Network</dt>
<dd>structure linking computers together for the purpose of sharing resources </dd>
</dl>

A

<dd></dd>

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

Defines the text to be bolded

Ex: <strong>Study</strong> for the Final Exam!

A

<strong></strong>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
29
Q
Defines a definition list
Ex:  <dl>
		<dt>Network</dt>
		<dd>structure linking computers together for the purpose of sharing resources </dd>
     </dl>
A

<dl></dl>

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

Defines a term (an item) in a definition list
Ex: <dl>
<dt>Network</dt>
<dd>structure linking computers together for the purpose of sharing resources </dd>
</dl>

A

<dt></dt>

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

Defines metadata about an HTML document

Ex:

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

Defines subscripted text

Ex: In that equation, x1 equals 10

A

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

Defines superscripted text

Ex: 22 is 4

A

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

Defines a table
Ex:

	    Zoom-Zoom
	    Mazda’s advertisement
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
35
Q

Defines a cell in a table

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

Defines a header content in a table

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

Defines a table row

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

Specifies a unique id for an element

Ex: <h1> Headline</h1>

A

id=

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

Describes and abbreviated phrase; informs search engines

Ex: The <abbr>US</abbr> is in North America.

A

<abbr></abbr>

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

Horizontally aligns the contents of an element.

Ex: <p style> In the center. </p>

A

text-align

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

Sets the text color of an element.

Ex: <p style> Purple colored letters!</p>

A

color

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

Sets the text size of an element.

Ex: <p style>Bigger than normal font!</p>

A

font-size

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

Sets the background color of an element.

Ex: <p style>Purple background.</p>

A

background-color

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

Sets the font face of an element.

Ex: <p style>Paragraph in Times New Roman font.</p>

A

font-family

45
Q

what does HTML stand for?

A

Hyper Text Markup Language

46
Q

is HTML a programming language?

A

no, it is a markup language

47
Q

what is a markup language?

A

a set of markup tags

48
Q

What defines the basic structure of the contents of the Web page

A

HTML structural elements

49
Q

What are HTML tags?

A

keywords surrounded by angle brackets like

50
Q

what are block level elements

A

elements that contain content that is viewed as a distinct

51
Q

what is white space

A

consists of blank spaces, tabs, and line breaks - ignored by the browser; for the human view

52
Q

element?

A

a distinct object in the document

53
Q

inline element

A

marks a section of text within a block-level element; format characters and words

54
Q

attributes

A

control the use, behavior, and/or appearance of elements; provide additional information

55
Q

meta

A

data about data

56
Q

Attribute used to provide the file name of an image

A

src=

57
Q

This tag contains information about the document -

contains metadata, information, and instructions to the Web browsers & Search Engines

A
58
Q

This tag defines the largest heading

A

<h6></h6>

59
Q

This tag is used to create links

A

<a></a>

60
Q

This tag defines emphasized text with italics

Ex: A sentence that uses <em>this</em> tag!

A

<em></em>

61
Q
Each item in an ordered list or unordered list must use this tag
Ex:  <ul>a list 
		<li> list item one </li>
		<li> list item two </li>
	    </ul>
A

<li>
</li>

62
Q

This tag creates a line break

A

<br></br>

63
Q

This tag creates a horizontal line across the page

A

<hr></hr>

64
Q

Attribute used to control the appearance of an element; specifies the inline style for an element
Ex: <h1 style> Headline for the Page</h1>

A

style=

65
Q

All of the content to be displayed on the page is in this tag

A
66
Q

This tag marks the start of a web page document

A
67
Q

This tag allows you to add a picture to your web page

Ex: <img></img>

A

<img></img>

68
Q

This tag creates an indented block

A

<blockquote></blockquote>

69
Q

Quoted text

Ex: To be or not to be…

A
70
Q

Attribute used provide the URL for a hyperlink

Ex: <a> SFA</a>

A

href=

71
Q
This tag creates a list with numbers
Ex:  <ol>a list 
		<li> list item one </li>
		<li> list item two </li>
	    </ol>
A

<ol></ol>

72
Q
This tag creates a list with bullets
Ex:  <ul>a list 
		<li> list item one </li>
		<li> list item two </li>
	    </ul>
A

<ul></ul>

73
Q

This tag creates paragraphs

Ex: <p> A statement to be displayed on the pages </p>

A

<p></p>

74
Q

Use this tag to add comments to your web page

Ex:

A
75
Q

Attribute used provide text when an image cannot displayed & readers read this to the users who do not see the pages
Ex: <img></img>

A

alt=

76
Q

Defines the title; shows on the tab – not on the web page

A
77
Q

An attribute that creates a tool tip –a text box that appears as the user’s mouse hovers over it
Ex: Monet’s <cite> Water Lilly</cite> is one of the most famous works of art.

A

title=

78
Q

Defines contact information in a document

Ex: <address> SFA, 1936 North Street, Nacogdoches TX 75964 </address>

A

<address></address>

79
Q

Defines a title to a work - a work of art, a book, an art piece, …
Ex: Monet’s <cite> Water Lilly</cite> is one of the most famous works of art

A

<cite></cite>

80
Q

Defines a description of a term in a definition list
Ex: <dl>
<dt>Network</dt>
<dd>structure linking computers together for the purpose of sharing resources </dd>
</dl>

A

<dd></dd>

81
Q

Defines the text to be bolded

Ex: <strong>Study</strong> for the Final Exam!

A

<strong></strong>

82
Q
Defines a definition list
Ex:  <dl>
		<dt>Network</dt>
		<dd>structure linking computers together for the purpose of sharing resources </dd>
     </dl>
A

<dl></dl>

83
Q

Defines a term (an item) in a definition list
Ex: <dl>
<dt>Network</dt>
<dd>structure linking computers together for the purpose of sharing resources </dd>
</dl>

A

<dt></dt>

84
Q

Defines metadata about an HTML document

Ex:

A
85
Q

Defines subscripted text

Ex: In that equation, x1 equals 10

A

86
Q

Defines superscripted text

Ex: 22 is 4

A

87
Q

Defines a table
Ex:

	    Zoom-Zoom
	    Mazda’s advertisement
A
88
Q

Defines a cell in a table

A
89
Q

Defines a header content in a table

A
90
Q

Defines a table row

A
91
Q

Specifies a unique id for an element

Ex: <h1> Headline</h1>

A

id=

92
Q

Describes and abbreviated phrase; informs search engines

Ex: The <abbr>US</abbr> is in North America.

A

<abbr></abbr>

93
Q

Horizontally aligns the contents of an element.

Ex: <p style> In the center. </p>

A

text-align

94
Q

Sets the text color of an element.

Ex: <p style> Purple colored letters!</p>

A

color

95
Q

Sets the text size of an element.

Ex: <p style>Bigger than normal font!</p>

A

font-size

96
Q

Sets the background color of an element.

Ex: <p style>Purple background.</p>

A

background-color

97
Q

Sets the font face of an element.

Ex: <p style>Paragraph in Times New Roman font.</p>

A

font-family

98
Q

what does HTML stand for?

A

Hyper Text Markup Language

99
Q

is HTML a programming language?

A

no, it is a markup language

100
Q

what is a markup language?

A

a set of markup tags

101
Q

What defines the basic structure of the contents of the Web page

A

HTML structural elements

102
Q

What are HTML tags?

A

keywords surrounded by angle brackets like

103
Q

what are block level elements

A

elements that contain content that is viewed as a distinct

104
Q

what is white space

A

consists of blank spaces, tabs, and line breaks - ignored by the browser; for the human view

105
Q

element?

A

a distinct object in the document

106
Q

inline element

A

marks a section of text within a block-level element; format characters and words

107
Q

attributes

A

control the use, behavior, and/or appearance of elements; provide additional information

108
Q

meta

A

data about data