CS Mid
A background image can be placed using the keywords left, center, and right for the vertical position and top, center, and bottom for the horizontal position.
False
A background image is attached to its element so that as the element content is scrolled through, the background image remains still.
False
A comment in a Hypertext Markup Language (HTML) file appears in the browser window when a page is displayed.
False
Embedded style sheets are created by web page authors and consist of styles that are inserted directly within the body element of a Hypertext Markup Language (HTML) document.
False
Embedded styles apply to the Hypertext Markup Language (HTML) documents in which they are created and are accessible to other documents in the website.
False
Setting up a grid decreases the size and complexity of the Hypertext Markup Language (HTML) code by adding another level of markup
False
The body element is where the information about the document is provided to the browsers
False
The position property can be set to depend so that an element inherits the position value of its parent element
False
The text-level element <b> marks content that acts as a hypertext link.
False
Web pages are image files written in Extended Hypertext Markup Language (XHTML).
False
One challenge of layout is that the document will be viewed on many different devices with the same screen resolution
False
The address element in HTML 5 contains the entire content of a document.
False
The display property inherit inherits the display property of a child element
False
The _____ element is used to contain an image file and can also be used to mark any page content that should stand apart from the main content of an article
Figure
Identify a true statement about the figcaption element.
It is placed either directly before or directly after a figure box content.
Which of the following background-attachment properties is similar to scroll, but is used for elements, such as scroll boxes, to allow the element background to scroll along with the content within a box?
Local
Identify the default type for the background-repeat style.
Repeat
A network that covers a wider area, such as several buildings or cities, is called a wide area network or WAN
True
Cascading Style Sheets (CSS) allow RGB values to be entered as hexadecimal numbers.
True
Even if the background images are hidden, the tiling process continues behind the page body
True
Fixed layouts should only be used when one has more control over the devices that will display the page
True
If a single value is specified in the background-position property, the browser applies that value to both the horizontal and vertical position.
True
Images are also known as inline images because they are placed, like text-level elements, in line with surrounding content
True
In addition to the W3C-supported style properties, most browsers supply their own extended library of style properties, known as browser extensions.
True
In every version of Cascading Style Sheets (CSS), one can apply a style rule containing a list of style properties to an element or a group of elements known as a selector.
True
Inline images can be turned into links by enclosing the image within opening and closing <a> tags
True
Many designers prefer to work with a "clean state" and not have any browser style rules creep into the final design of their website
True
One advantage of user-defined style sheets is that they make the web more accessible to visually impaired users who may require larger fonts or the absence of clashing color schemes
True
One can prevent browsers from displaying an element by setting its display property to inline
True
The first style sheet interpreted by a browser is the one built into the browser itself.
True
The most common way of accepting user input is through a web form.
True
Tiling is when a browser loads a background image and then repeats the image in both the vertical and horizontal directions until the entire background is filled
True
User-defined styles are defined by users based on the settings they make while configuring a browser.
True
User-defined styles can be superseded by external styles, which are the styles that a website author creates and places within a Cascading Style Sheets (CSS) file and links to the page
True
Users find it easier to scan content when page elements are aligned vertically and horizontally.
True
Whether an element is displayed as a block or as inline depends on the style sheet.
True
Style sheets are written in the Cascading Style Sheet (CSS) language.
True
The <img> element is inserted using the empty element tag because it does not enclose any page content, but instead links to an external image file.
True
Web page layouts fall into three general categories: fixed, fluid, and elastic.
True
Which of the following styles is used to specify the type of tiling to be applied to a background image, or even turn off tiling?
background-repeat: type;