Dr.Hazem Flashcards

1
Q

An ……….. style sheet can be used if one single document has a unique style

A

internal

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

Attribute values should always be enclosed in ………….

A

quotes

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

CSS …………… are used to “find” (or select) HTML elements based on their id, classes, types, attributes, values of attributes and much more

A

selectors

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

HTML markup tags are usually called ……….

A

HTML tags

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

Defines preformatted text

A

<pre>
</pre>

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

XHTML documents must have one root element
(T/F)

A

True

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

HTML stands for ………….

A

Hyper Text Markup Language

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

Defines the title of a work

A

<cite></cite>

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

The ……… attribute in <html> is mandatory

A

xmlns

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

An HTML ………… can contain input elements like text fields, checkboxes, radio-buttons, submit buttons and more

A

form

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

A row can also be divided into headings with the ……….. tag

A

<th>
</th>

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

……… stands for table heading

A

th

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

To …… selectors, separate each selector with a comma

A

group

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

Showing the image only once is specified by the ……….. property

A

background-repeat

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

A markup language is a set of markup ………..

A

tags

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

Most HTML elements are defined as ……….. elements or as ………. elements

A

block level, inline

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

The filename and the size of the image are ………..

A

attributes

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

Defines emphasized text

A

<em></em>

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

The ……………… contains one or more declarations separated by semicolons

A

declaration block

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

The <div> element has no special meaning
(T/F)

A

True

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

Empty elements are closed in the end tag
(T/F)

A

False

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

……….. headings should be used as main headings

A

h1

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

HTML ………… contain HTML tags and plain text

A

documents

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

Defines superscripted text

A

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

The ………… is everything between the start and the end tag

A

element content

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

A table is divided into rows with the ……… tag

A

<tr>
</tr>

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

The ……… attribute provides alternative information for an image if a user for some
reason cannot view it (because of slow connection, an error in the src attribute, or if the user uses a screen reader).

A

alt

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

When used together with CSS (div and span),
the ………. element can be used to style parts of the text

A

<span></span>

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

………… stands for Cascading Style Sheets

A

CSS

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

The ………… selector finds elements with the specific class

A

class

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

……….. replaces the “old way” of defining layout using tables

A

<div>
</div>

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

Defines a part of text in an
alternate mood

A

<i></i>

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

Defines a section in a document (inline)

A

<span></span>

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

To set the padding, use the CSS …………. property

A

padding

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

Tables are defined with the ………… tag.

A

<table>
</table>

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

To add borders with CSS, use the ………… property

A

border

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

Defines an abbreviation or
acronym

A

<abbr></abbr>

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

………. style sheets enable you to change the appearance and layout of all the pages in a Web site, just by editing one single file!

A

External

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

provides a title for the page when it is added to favorites

A

<title>
</title>

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

The characters in a ………. field are masked (shown as asterisks or circles)

A

password

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

Another common use of the ……… element, is for document layout

A

<div>
</div>

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

A CSS ………… starts with/* and ends with */

A

comment

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

Defines subscripted text

A

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

<meta></meta>

tags always go inside the ……… element

A

<head>
</head>

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

Some HTML elements have empty content
(T/F)

A

True

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

In background-image, By default, the image is repeated so it covers the entire element
(T/F)

A

True

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

To find elements with a specific ………, write a period character, followed by the name of the class

A

class

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

The ………… tag defines a description list

A

<dl>
</dl>

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

The list items are marked with ………. (typically small black circles)

A

bullets

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

An HTML ……….. ends with an end tag

A

element

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

The ……… elements can contain all sorts of HTML elements like text, images, lists, other tables, etc

A

<td>
</td>

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

HTML images are defined with the …….. tag and the ……. attribute

A

<img></img>, Src

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

Each ………… includes a property name and a value, separated by a colon

A

declaration

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

………… elements are normally displayed without starting a new line.

A

lnline

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

HTML ….. normally come in pairs like <P> and <IP></IP>

A

tags

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

By default, all major browsers display table headings as ……….. and …………

A

bold, centered

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

use ……….. tag to add caption to a table

A

<caption>
</caption>

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

The ……………. tag defines the relationship between a document and an external resource

A

<link></link>

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

displays a title for the page in search-engine results

A

<title>
</title>

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

By default, the background-image property repeats an image both horizontally and vertically.
(T/F)

A

True

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

Defines a definition term

A

<dfn></dfn>

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

XHTML elements must be in uppercase
(T/F)

A

False

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

……….. Style Sheets are stored in CSS files

A

External

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

The browser does not display the HTML tags, but uses the tags to determine how
the content of the HTML page will be presented/displayed to the user
(T/F)

A

True

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

Attribute names and attribute values are not
case-insensitive
(T/F)

A

False

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

………….. is supported by all major browsers

A

XHTML

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

The value of the ……. attribute is an author-defined text

A

alt

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

…………. stands for table row

A

tr

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

The background color of a page is defined in the ……….. selector

A

body

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

The ………. tag specifies the base URL/target for all relative URLs in a page

A

<base></base>

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

HTML documents consist of nested HTML elements
(T/F)

A

True

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

The ……….. element defines the body of the HTML document

A

<body>
</body>

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

A ………… is a list of terms/names, with a description of each term/name

A

description list

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

Defines inserted text

A

<ins></ins>

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

The link address is specified in the ………. attribute

A

href

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

When saving an HTML file, use either the ………. or the …….. file extension.

A

.htm, .html

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

Defines keyboard text

A

<kbd></kbd>

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

An ………. element can vary in many ways, depending on the type attribute

A

<input></input>

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

The <span> element has special meaning
(T/F)</span>

A

False

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

Defines the text direction

A

<bdo></bdo>

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

Defines marked/highlighted text

A

<mark></mark>

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

The required ………. attribute specifies an alternate text for an image, if the image cannot be displayed

A

alt

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

Most HTML elements can have attributes
(T/F)

A

True

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

The purpose of a web browser (such as Google Chrome, Internet Explorer, Firefox, Opera) is to read HTML documents and display them as …………

A

web pages

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

A …….. can also contain select lists, textarea, fieldset, legend, and label elements

A

form

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

defines a title in the browser toolbar

A

<title>
</title>

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

……… is almost identical to HTML 4.01

A

XHTML

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

………….. opens the linked document in a new window or tab

A

_blank

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

A row is divided into data cells with the ………… tag

A

<td>
</td>

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

…………. are always specified in the start tag

A

Attributes

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

To left-align the table headings, use the CSS ………… property

A

text-align

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

The end tag is written like the start tag, with a …….. before the tag name

A

slash

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

An XHTML document must have an XHTML ……… declaration

A

DOCTYPE

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

The …….. tag defines the title of the document

A

<title>
</title>

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

…………. : using the style attribute in HTML
elements

A

lnline

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

……………. are ignored by
browsers

A

Comments

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

Unlike………, which is formatted with line breaks, the <span> element does not have any automatic formatting</span>

A

<div>
</div>

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

When used together with CSS(div and span),
the ……….. element can be used to set style attributes to
large blocks of content

A

<div>
</div>

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

The ……….. property defines the background color for an element

A

background-color

100
Q

Defines a section that is quoted from another source

A

<blockquote>
</blockquote>

101
Q

If some properties have been set for the same selector in different style sheets, the values will be inherited from the more specific style sheet
(T/F)

A

True

102
Q

The position of the image is specified by the …………. property

A

background-position

103
Q

If you want the borders to collapse into one border, add ………… to your CSS

A

border-collapse

104
Q

The default width of a text field is 50 characters
(T/F)

A

False

105
Q

<html>, <head>, <title>, and <body> are not mandatory
(T/F)
</body></title></head></html>

A

False

106
Q

Smaller devices often lack the resources or power to interpret a “bad” markup language
(T/F)

A

True

107
Q

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

A

<div>
</div>

108
Q

Defines an inline (short) quotation

A

<q></q>

109
Q

With an ………… style sheet, you can change the look of an entire Web site by changing one file.

A

external

110
Q

HTML elements with no content are called ………….

A

empty elements

111
Q

………. were added to HTML 4.0 to solve a problem

A

Styles

112
Q

The ……………. points to the HTML element you want to style

A

selector

113
Q

Defines important text

A

<strong></strong>

114
Q

HTML ……… are defined with the <a> tag.</a>

A

links

115
Q

The ……….. selector uses the HTML class attribute

A

class

116
Q

Defines sample computer code

A

<samp></samp>

117
Q

The <img></img> tag is ……….,
which means that it contains attributes only, and has no closing tag

A

empty

118
Q

An ordered list starts with the ……… tag

A

<ol>
</ol>

119
Q

If the image is repeated only
horizontally (repeat-x), the background will look better
(T/F)

A

True

120
Q

Defines a section in a document (block-level)

A

<div>
</div>

121
Q

In XHTML, Attribute minimization is not forbidden
(T/F)

A

False

122
Q

If you do not specify a padding, the table cells will be displayed with padding
(T/F)

A

False

123
Q

Defines smaller text

A

<small></small>

124
Q

Adding a ……… inside the start tag, like <br></br>, is the proper way of closing empty elements in XHTML (and XML)

A

slash

125
Q

………… opens the linked document in the same frame as it was clicked (this is default)

A

_self

126
Q

The purpose of the ………. element is to display tabular data

A

<table>
</table>

127
Q

……….. is HTML defined as an XML application

A

XHTML

128
Q

In XHTML, The <html>, <head>, <title>, and <body>
elements must also be present
(T/F)</title>

A

True

129
Q

HTML ……….. are used to pass data to a server

A

forms

130
Q

The ……… attribute in <html> must specify the xml namespace for the document.

A

xmlns

131
Q

Many HTML elements will produce unexpected results and/or errors if you forget the end tag
(T/F)

A

True

132
Q

The <link></link> tag goes inside the ………… section

A

<head>
</head>

133
Q

To let an image float to the left or right of a paragraph, we use the CSS ……….. property

A

float

134
Q

In HTML, some elements can be improperly nested within each other
(T/F)

A

True

135
Q

……… is a markup language

A

HTML

136
Q

The HTML ……….. element is an inline element that can be used as a container for text.

A

<span></span>

137
Q

HTML tags are case sensitive
(T/F)

A

False

138
Q

When using a background image, use an image that does disturb the text
(T/F)

A

False

139
Q

Defines a variable

A

<var></var>

140
Q

Comments can also span multiple lines
(T/F)

A

True

141
Q

Internal styles are characterized in the …………. section of an HTML page, by using the ……… tag

A

<head> , <style>

</style></head>
142
Q

………… provide additional information about HTML elements

A

Attributes

143
Q

The ……. element can be used to separate contents

A

<hr></hr>

144
Q

……………. are used to explain your code, and may help you when you edit the source code at a later date

A

Comments

145
Q

an ……….. style (inside an HTML element) has the highest priority, which means that it will override a style defined inside the <head> tag, or in an external style sheet, or in a browser (a default value)

A

inline

146
Q

XHTML is HTML redesigned as ………..

A

XML

147
Q

The ……… points to the location where the image is stored

A

URL

148
Q

HTML ………. are keywords (tag names) surrounded by angle brackets like <html>

A

tags

149
Q

CSS ………… allow you to select and manipulate HTML element(s)

A

selectors

150
Q

Define the contact information for the author of
HTML document

A

Address

151
Q

The ……….. element is required in all HTML/XHTML documents

A

<title>
</title>

152
Q

……… is a language for describing web pages

A

HTML

153
Q

The width of a table can be defined using ……..

A

CSS

154
Q

Defines deleted text

A

<del></del>

155
Q

…….. stands for “source”

A

Src

156
Q

The …………. describe document content

A

tags

157
Q

……… stands for table data

A

td

158
Q

……… is a stricter and cleaner version of HTML

A

XHTML

159
Q

HTML elements can be grouped together with ……….. and ……….

A

<div>,<span>
</span></div>

160
Q

<span> has no required attributes, but style and class are common
(T/F)</span>

A

True

161
Q

An id should not be unique within a page
(T/F)

A

False

162
Q

The ……. element defines a paragraph in the HTML document.

A

<p>
</p>

163
Q

………. elements normally start (and end) with a new line when displayed in a browser

A

Block level

164
Q

XHTML elements must not always be closed
(T/F)

A

False

165
Q

To display an image on a page, you need to use the ….. attribute

A

src

166
Q

In XHTML, Attribute values must be quoted
(T/F)

A

True

167
Q

………… is a markup language where documents must be marked up correctly and must be “well-formed”

A

XML

168
Q

Table headings are defined with the …………… tag

A

<th>
</th>

169
Q

…………… come in name/value pairs like: name=”value”

A

Attributes

170
Q

………… specifies the space between the cells

A

Cell spacing

171
Q

Defines style information for
document

A

<style>

</style>
172
Q

Styles are normally saved in ………… .css files

A

external

173
Q

In XHTML, Attribute names must be in lower case
(T/F)

A

True

174
Q

In XHTML, Empty Elements Must Also Be Closed
(T/F)

A

True

175
Q

In XHTML, all elements must not be closed
(T/F)

A

False

176
Q

The …….. tag creates a horizontal line in an HTML page.

A

<hr></hr>

177
Q

……….. are important to show the document structure.

A

Headings

178
Q

by combining the strengths of ………. and ………, XHTML was developed

A

HTML, XML

179
Q

<br></br> is an empty element without a ……………

A

closing tag

180
Q

the ………. tag defines a line break

A

<br></br>

181
Q

Defines computer code text

A

<code></code>

182
Q

An unordered list starts with the ……… tag.

A

<ul>
</ul>

183
Q

Defines the relationship between a document and an outer resource

A

<link></link>

184
Q

In external style sheet, each page must link to the style sheet using the ………
tag.

A

<link></link>

185
Q

With HTML, you can change the output by adding extra spaces or extra lines in your HTML code
(T/F)

A

False

186
Q

Defines contact information for the author/owner of a
document

A

<address>
</address>

187
Q

An ……….. element can be of type text field, checkbox, password, submit button

A

<input></input>

188
Q

…………… are not displayed by the browser, but they can help document your HTML

A

Comments

189
Q

To use inline styles, use the ……….. attribute in the relevant tag

A

style

190
Q

The <dl> tag is used in conjunction with …………(defines terms/names)
and ……….. (describes each term/name)

A

<dt> , <dd>
</dd></dt>

191
Q

………..: using the <style> element in the <head> section</style>

A

Internal

192
Q

because <div> is a block level element, the browser will not display a line break before and after it.
(T/F)

A

False

193
Q

HTML can be edited by using a professional ………….

A

HTML editor

194
Q

The ………. tag is most used to link to style sheets

A

<link></link>

195
Q

With ……….. you can place notifications and reminders in your HTML

A

comments

196
Q

…………. elements are typically used to specify page description, keywords, author of the document, last modified, and other metadata

A

Meta

197
Q

HTML ………… are defined with the <h1 > to <h6> tags

A

headings

198
Q

The value of the ……… attribute is the URL of the image you want to display

A

src

199
Q

A border can be added using the ………… attribute

A

border

200
Q

The browser displays the image where the ………. tag occurs in the document

A

<img></img>

201
Q

The ………. elements are the data containers in the table

A

<td>
</td>

202
Q

The …………… property specifies an image to use as the background of an element

A

background-image

203
Q

The browser ignores the layout in the HTML source
code
(T/F)

A

True

204
Q

An HTML element starts with a ……..

A

start tag

205
Q

you should use the ………. selector when you want to find a single, unique element.

A

id

206
Q

The ………. tag is used to define a client-side script, such as a JavaScript.

A
<script>

</script>
207
Q

To find an element with a specific ………, write a hash character, followed by the id of the element

A

id

208
Q

The ……….. tag is used to create an HTML form

A

<form>
</form>

209
Q

………. define how to display HTML elements

A

Styles

210
Q

The most important form element is the ……….. element

A

<input></input>

211
Q

XHTML elements must be properly nested
(T/F)

A

True

212
Q

The ……………. element is used to select user information

A

<input></input>

213
Q

………. stands for EXtensible HyperText Markup Language

A

XHTML

214
Q

Most HTML elements can be nested (can contain other HTML elements).
(T/F)

A

True

215
Q

The id selector uses the …….. attribute of an HTML tag to find the specific element

A

id

216
Q

An ………. style can be used if a unique style is to be applied to one single occurrence of an element.

A

inline

217
Q

To set the cell spacing for the table, use the CSS ……….. property

A

border-spacing

218
Q

The ….. attribute can contain any CSS property

A

style

219
Q

The ……… property is used to set the color of
the text

A

color

220
Q

The ………. element is a container for all the head elements.

A

<head>
</head>

221
Q

……….. is data (information) about data

A

Metadata

222
Q

<p> </p>

The first tag in a pair is the ………. tag, the second tag is the ………. tag

A

start, end

223
Q

The element …………… selects elements based on the element name

A

selector

224
Q

XHTML DOCTYPE is mandatory
(T/F)

A

True

225
Q

CSS ………… properties are used to define the background effects of an element

A

background

226
Q

Some HTML elements might display correctly even if you forget the end tag
(T/F)

A

True

227
Q

The ……….. tag provides metadata about the HTML document

A

<meta></meta>

228
Q

Multiple columns are created by using ………. or ………. elements

A

<div>, <table>
</table></div>

229
Q

………. defines HOW HTML elements are to be displayed

A

CSS

230
Q

Each list item starts with the ……….. tag

A

<Ii>
</Ii>

231
Q

Elements inside ……….. can include scripts, instruct the browser where to find style sheets, provide meta information, and more

A

<head>
</head>

232
Q

Search engines use your ……….. to index the structure and content of your web pages.

A

headings

233
Q

If you do not specify a border for the table, it will be displayed without borders
(T/F)

A

True

234
Q

Defines bold text

A

<b></b>

235
Q

Large or small screens, and resized windows will create same results
(T/F)

A

False

236
Q

The browser will remove extra spaces and extra lines when the page is displayed
(T/F)

A

True

237
Q

………….. specifies the space between the cell content and its borders

A

Cell padding

238
Q

Start and end tags are also called ………. tags and ………. tags

A

opening, closing

239
Q

Any number of lines counts as ………. line, and any number of spaces count as ……… space.

A

one, one

240
Q

……….. Style Sheets can save a lot of work

A

External

241
Q

An …………. style sheet is ideal when the style is applied to many pages.

A

external

242
Q

…………..: using an external CSS file

A

External

243
Q

A CSS rule set consists of a ………… and a ……………

A

selector, declaration block

244
Q

The ………. element defines the whole HTML document.

A

<html>
</html>

245
Q

HTML documents are also called …………

A

webpages

246
Q

……… will not be displayed on the page, but will be machine parsable

A

Metadata

247
Q

The ……… attribute specifies where to open the linked document

A

target