ISTM 210 Exam 3 [2026/2027] | UPDATED ACTUAL
Exam Question and Answer | Final Review Guide
• The default header alignment is centered -✓✓ False, it is aligned to the left.
• With HTML 5.0, there are __ font sizes defined with__ being the largest -✓✓ 7, 7
• The default font size implemented in almost all browsers is __ -✓✓ 3
• Color, size, and face are properties of the <font> tag -✓✓ true
• If <basefont color=red> is utilized, the color of text following <font color = blue> is -✓✓
blue
• All tables must have at least __ row(s) and __ column(s) -✓✓ 1, 1 (they must have at
least one table data element)
• A table data element can be -✓✓ just about anything can be found as a table data
element
• a table data element can be -✓✓ just about anything including an image
• table data element text, by default, is __ in each table cell -✓✓ left-justified and
centered vertically(middle)
• a table cannot be embedded inside another table -✓✓ false
• unless explicitly specified in the <tr> tag, the height of a table row is automatically
base on the height of the tallest element in that row. -✓✓ true
• cellpadding refers to the amount of space, in pixels, between individual cells in a table
and, if not specified, has a default value of 2 -✓✓ false. cellpadding refers to the amount
of space between the border of a cell and the contents of the cell, the default value is 1
• cellspacing refers to the amount of space, in pixels, between the border of a cell and
the contents of the cell and, if not specified, has a default value of 1 -✓✓ false.
cellspacing refers to the amount of space between individual cells, the default value is 2
• table column widths can be specified as percentages of the overall table width -✓✓
true, the width property can also be set to fixed number of pixels.
• unless explicitly specified, the width of a table column is automatically based on the
width of the widest element in that column -✓✓ true
, • by default, the background of a table is transparent. -✓✓ true
• the background of a table may be a solid color or an image -✓✓ true
• <hr> widths can be specified in either percentage of screen width or pixels -✓✓ true.
default is 100% screen width
• By default, the height of a horizontal rule is ___ of screen width. This may be adjusted
using the <hr> tag's __ property -✓✓ 100%, width
• By default, the alignment of a horizontal rule is ___ -✓✓ centered
• You may not specify the color of a horizontal rule -✓✓ false.
• The <head> tag is closed ___ the ___ tag. -✓✓ before, <body>
• the <title> tag is used within the opening and closing __ tags -✓✓ <head>
• A pixel is approximately 1/72 inch -✓✓ true, but variable based on screen resolution
• an image's size can be adjusted using properties of the <img> tag -✓✓ true, height
and width
• an image's spacing can be adjusted using properties of the <img> tag -✓✓ true,
hspace and vspace
• image files are specified using the HREF property within the <img> tag -✓✓ false,
SRC
• an image's border color can be selected by using the bordercolor property of the
<img> tag -✓✓ false, this is not a property of <img> tag
• unless specified by the link property of the page's <body> tag, a linked image's initial
border color is, by default, set by the browser. -✓✓ true, and by default will be blue
• an unlinked image's border color can be manipulated by the color property of a
preceding <font> tag -✓✓ true, the color of a visible border around an unlinked image
tag will be governed by browser default text color (black), text property of body tag, or
color property of controlling font tag.
• an image tag's align property has the same 3 properties as the horizontal rule tag. -✓✓
false. The image tag's align property can have 1 of 5 values: top, middle, bottom, left,
and right.
Exam Question and Answer | Final Review Guide
• The default header alignment is centered -✓✓ False, it is aligned to the left.
• With HTML 5.0, there are __ font sizes defined with__ being the largest -✓✓ 7, 7
• The default font size implemented in almost all browsers is __ -✓✓ 3
• Color, size, and face are properties of the <font> tag -✓✓ true
• If <basefont color=red> is utilized, the color of text following <font color = blue> is -✓✓
blue
• All tables must have at least __ row(s) and __ column(s) -✓✓ 1, 1 (they must have at
least one table data element)
• A table data element can be -✓✓ just about anything can be found as a table data
element
• a table data element can be -✓✓ just about anything including an image
• table data element text, by default, is __ in each table cell -✓✓ left-justified and
centered vertically(middle)
• a table cannot be embedded inside another table -✓✓ false
• unless explicitly specified in the <tr> tag, the height of a table row is automatically
base on the height of the tallest element in that row. -✓✓ true
• cellpadding refers to the amount of space, in pixels, between individual cells in a table
and, if not specified, has a default value of 2 -✓✓ false. cellpadding refers to the amount
of space between the border of a cell and the contents of the cell, the default value is 1
• cellspacing refers to the amount of space, in pixels, between the border of a cell and
the contents of the cell and, if not specified, has a default value of 1 -✓✓ false.
cellspacing refers to the amount of space between individual cells, the default value is 2
• table column widths can be specified as percentages of the overall table width -✓✓
true, the width property can also be set to fixed number of pixels.
• unless explicitly specified, the width of a table column is automatically based on the
width of the widest element in that column -✓✓ true
, • by default, the background of a table is transparent. -✓✓ true
• the background of a table may be a solid color or an image -✓✓ true
• <hr> widths can be specified in either percentage of screen width or pixels -✓✓ true.
default is 100% screen width
• By default, the height of a horizontal rule is ___ of screen width. This may be adjusted
using the <hr> tag's __ property -✓✓ 100%, width
• By default, the alignment of a horizontal rule is ___ -✓✓ centered
• You may not specify the color of a horizontal rule -✓✓ false.
• The <head> tag is closed ___ the ___ tag. -✓✓ before, <body>
• the <title> tag is used within the opening and closing __ tags -✓✓ <head>
• A pixel is approximately 1/72 inch -✓✓ true, but variable based on screen resolution
• an image's size can be adjusted using properties of the <img> tag -✓✓ true, height
and width
• an image's spacing can be adjusted using properties of the <img> tag -✓✓ true,
hspace and vspace
• image files are specified using the HREF property within the <img> tag -✓✓ false,
SRC
• an image's border color can be selected by using the bordercolor property of the
<img> tag -✓✓ false, this is not a property of <img> tag
• unless specified by the link property of the page's <body> tag, a linked image's initial
border color is, by default, set by the browser. -✓✓ true, and by default will be blue
• an unlinked image's border color can be manipulated by the color property of a
preceding <font> tag -✓✓ true, the color of a visible border around an unlinked image
tag will be governed by browser default text color (black), text property of body tag, or
color property of controlling font tag.
• an image tag's align property has the same 3 properties as the horizontal rule tag. -✓✓
false. The image tag's align property can have 1 of 5 values: top, middle, bottom, left,
and right.