1/39
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
|---|
No study sessions yet.
With HTML 5.0, there are __ header lines defined with __ being the largest.
6, 1
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 tag
true
If
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 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
true. default is 100% screen width
By default, the height of a horizontal rule is ___ of screen width. This may be adjusted using the
100%, width
By default, the alignment of a horizontal rule is ___
centered
You may not specify the color of a horizontal rule
false.
The tag is closed ___ the ___ tag.
before,
the
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 tag
true, height and width
an image's spacing can be adjusted using properties of the tag
true, hspace and vspace
image files are specified using the HREF property within the tag
false, SRC
an image's border color can be selected by using the bordercolor property of the tag
false, this is not a property of tag
unless specified by the link property of the page's 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 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.
Linked documents and web pages are specified using the SRC property within the tag
false. HREF
within the document navigation is facilitated using the name property of the tag
true
ordered lists, unordered lists, menu lists and definition lists cannot be intermingled
false
type options for the
square, disc(default), circle
colored images can be used as markers in an unordered list.
false. a true unordered list's markers are always black.
the
ordered list, unordered list, menu list
the type property of the
5. default value is Arabic (numbers)
The number of characters identifying the first element in an ordered list may be changed from 1, I, i, A or a
true. no matter whether using a default ordered list, type=1, or any of the other type values, the value for the start property must be an integer.