Web Page Final #3
All block elements, like the body element, have a default width of _____. 0% 100% 50% 150%
100%
All block elements, like the body element, have a default width of _____. 150% 50% 0% 100%
100%
A fixed layout sets the width of the page elements as a percent of the available screen width. True False
False
A fluid layout is one in which the size of a web page and the size of the elements within it are set regardless of the screen resolution. True False
False
A popular design element is the inline-block, which consists of an enlarged initial letter in a body of text that drops down into the text body. True False
False
Centering an element vertically within its parent element is easily accomplished as the height of the parent element is defined by a value. True False
False
In fluid layouts, all measurements are expressed in em units and based on the default font size used in the page. True False
False
Stacking an element takes that element out of the normal flow of the document and positions it along the left or right edge of its containing element. True False
False
One can prevent browsers from displaying an element by setting its display property to inline. True False
False
One challenge of layout is that the document will be viewed on many different devices with the same screen resolution. True False
False
Setting the display style to none hides an element but does not remove it from the page flow. True False
False
The display property inherit inherits the display property of a child element. True False
False
Fixed layouts should only be used when one has more control over the devices that will display the page. True False
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 False
True
Users find it easier to scan content when page elements are aligned vertically and horizontally. True False
True
Web page layouts fall into three general categories: fixed, fluid, and elastic. True False
True
Whether an element is displayed as a block or as inline depends on the style sheet. True False
True
When the footer is the last element in a page body, the _____ pseudo-element is used to add a placeholder element after the footer. before first-line first-letter after
after
The width property of the _____ model is based on the sum of the content, padding, and border spaces and any space taken up by the padding and border is subtracted from space given to the content. padding box content box margin box border box
border box
The width property of the _____ model is based on the sum of the content, padding, and border spaces and any space taken up by the padding and border is subtracted from space given to the content. margin box border box content box padding box
border box
Identify the property that is used to choose the layout model. clear outline-style box-sizing vertical-align
box-sizing
Identify the property that is used to choose the layout model. clear vertical-align box-sizing outline-style
box-sizing
Identify the default type for the box-sizing property. border-box inherit-box content-box padding-box
content-box
The Yacht club has a web site that consists of a picture of the yacht club room along with the yacht club rules on the left. On the right side is a list of upcoming events, the company logo, and the yacht club teacher training dates. Sue, the web designer, needs some help with Cascading Style Sheets (CSS) to make sure the pages display correctly. To make the webpage display the yacht club rules in a bulleted list, _____ should be used. display: top-list display: list display: list-item display: item-list
display: list-item
The Yacht club has a web site that consists of a picture of the yacht club room along with the yacht club rules on the left. On the right side is a list of upcoming events, the company logo, and the yacht club teacher training dates. Sue, the web designer, needs some help with Cascading Style Sheets (CSS) to make sure the pages display correctly. To make the webpage display the yacht club rules in a bulleted list, _____ should be used. display: top-list display: item-list display: list-item display: list
display: list-item
Some designers propose the use of _____ in which all measurements are expressed relative to the default font size using the em unit. fluid layouts fixed layouts liquid layouts elastic layouts
elastic layouts
A _____ is one in which the size of the web page and the size of its elements are set regardless of the screen resolution. fluid layout liquid layout stationary layout fixed layout
fixed layout
A _____ is one in which the size of the web page and the size of its elements are set regardless of the screen resolution. liquid layout stationary layout fluid layout fixed layout
fixed layout
A _____ sets the width of page elements as a percent of the available screen width. fluid layout standard layout fixed layout stationary layout
fluid layout
To center an element vertically within its parent element, display the parent element as a table cell with a defined height and then set the vertical-align property to _____. top left middle right
middle
What is the value of the list-style that will cause no marker to be displayed? empty none void null
none
Identify the default clear value that allows an element to be displayed alongside any floated objects. left none right middle
none
Identify the default clear value that allows an element to be displayed alongside any floated objects. middle left none right
none
The Yacht club has a web site that consists of a picture of the yacht club room along with the yacht club rules on the left. On the right side is a list of upcoming events, the company logo, and the yacht club teacher training dates. Sue, the web designer, needs some help with Cascading Style Sheets (CSS) to make sure the pages display correctly. Which display value would work best to prevent the pictures from displaying when the web page loads? run-in block none inherit
none
The _____ value of the display style removes an element from a rendered page. hide null none empty
none
The _____ value of the display style removes an element from a rendered page. none null hide empty
none
In a fixed layout, the size of the page and the size of the page elements are fixed using _____ as the unit of measure. fractions percentage pixels ems
pixels
The Yacht club has a web site that consists of a picture of the yacht club room along with the yacht club rules on the left. On the right side is a list of upcoming events, the company logo, and the yacht club teacher training dates. Sue, the web designer, needs some help with Cascading Style Sheets (CSS) to make sure the pages display correctly. Sue needs to create a _____ style sheet so that no unwanted styles can creep in from any browser's internal style sheet. planned redesign design reset
reset
The Yacht club has a web site that consists of a picture of the yacht club room along with the yacht club rules on the left. On the right side is a list of upcoming events, the company logo, and the yacht club teacher training dates. Sue, the web designer, needs some help with Cascading Style Sheets (CSS) to make sure the pages display correctly. Sue needs to create a _____ style sheet so that no unwanted styles can creep in from any browser's internal style sheet. planned redesign reset design
reset
A(n) _____ supersedes a browser's default styles and provides a consistent starting point for page design. elastic layout fixed grid content box reset style sheet
reset style sheet
The display type value _____ is displayed as a block unless its next sibling is also a block, in which case, it is displayed in-line, essentially combining the two blocks into one. run-in none block inline
run-in
Ken has built a website for his assignment. He has created a blue background image for each link to the chapters that appear on the site. Also, each link appears in green without underlines. Ken can space the links equally across the browser window, to make the page text easier to read, by changing the _____. text-align height width font-size
width
Ken has built a website for his assignment. He has created a blue background image for each link to the chapters that appear on the site. Also, each link appears in green without underlines. Which of the following styles has Ken most likely used to remove the underline from links? text-format text-decoration text-font text-align
text-decoration