ISDS 3105 Moodle Quizzes – Questions And Answers
For older browsers that do not support media queries, Cascading Style Sheets
(CSS) 3 provides the _____ keyword to hide style sheets from those browsers.
a. only
b. initial
c. auto
d. none Right Ans - A
A page box is composed of a _____, which contains the content of a document.
a. page area
b. page layout
c. page element
d. page schema Right Ans - A
Identify the flex-direction property that is used to change the orientation of a
flexbox.
a. flex-direction: direction;
b. @flex-direction: direction;
c. flex-direction: *direction;
d. flex-direction: orient_direction; Right Ans - A
Identify the link element that accesses a style sheet file named output.css only
when the device is a printer or a projection device.
a. <*link href="output.css" media="print&&projection" />
b. <link href="output.css" media="print, projection" />
c. <link *href="&output.css" media="print, projection" />
d. <link href="output.css" media="*print, *projection" /> Right Ans - B
In the context of a flexible box, perpendicular to the main axis is the _____,
which is used to define the height or width of each item.
a. flow axis
b. void axis
c. cross axis
d. logic axis Right Ans - C
Mobile devices have a _____ containing the entire content of the page, some of
which may be hidden from a user.
a. contextual viewport
, b. layout viewport
c. wireframe viewport
d. navigating viewport Right Ans - B
Page breaks within block elements can often leave behind _____, which is a
fragment of text left dangling at the top of page.
a. widows
b. orphans
c. gaps
d. lags Right Ans - A
When submenus overlay page content, a _____ should be added so that when a
submenu is opened, it will stand out more from the page content.
a. absolute position
b. logical tag
c. drop shadow
d. relative element Right Ans - C
_____ are used to associate a style sheet or style rule with a specific device or
list of device features.
a. Viewports
b. Responsive images
c. Flexible layouts
d. Media queries Right Ans - D
_____ can be used to have a single specification that automatically adapts itself
to the screen width without requiring a new layout design.
a. Flexible boxes
b. Drop shadows
c. Absolute positioning
d. Logical tags Right Ans - A
A table contains five columns where one of the cells in a row spans three
columns. Identify the number of table cells that will exist in that row.
a. Six
b. Three
c. Five
d. Four Right Ans - B
For older browsers that do not support media queries, Cascading Style Sheets
(CSS) 3 provides the _____ keyword to hide style sheets from those browsers.
a. only
b. initial
c. auto
d. none Right Ans - A
A page box is composed of a _____, which contains the content of a document.
a. page area
b. page layout
c. page element
d. page schema Right Ans - A
Identify the flex-direction property that is used to change the orientation of a
flexbox.
a. flex-direction: direction;
b. @flex-direction: direction;
c. flex-direction: *direction;
d. flex-direction: orient_direction; Right Ans - A
Identify the link element that accesses a style sheet file named output.css only
when the device is a printer or a projection device.
a. <*link href="output.css" media="print&&projection" />
b. <link href="output.css" media="print, projection" />
c. <link *href="&output.css" media="print, projection" />
d. <link href="output.css" media="*print, *projection" /> Right Ans - B
In the context of a flexible box, perpendicular to the main axis is the _____,
which is used to define the height or width of each item.
a. flow axis
b. void axis
c. cross axis
d. logic axis Right Ans - C
Mobile devices have a _____ containing the entire content of the page, some of
which may be hidden from a user.
a. contextual viewport
, b. layout viewport
c. wireframe viewport
d. navigating viewport Right Ans - B
Page breaks within block elements can often leave behind _____, which is a
fragment of text left dangling at the top of page.
a. widows
b. orphans
c. gaps
d. lags Right Ans - A
When submenus overlay page content, a _____ should be added so that when a
submenu is opened, it will stand out more from the page content.
a. absolute position
b. logical tag
c. drop shadow
d. relative element Right Ans - C
_____ are used to associate a style sheet or style rule with a specific device or
list of device features.
a. Viewports
b. Responsive images
c. Flexible layouts
d. Media queries Right Ans - D
_____ can be used to have a single specification that automatically adapts itself
to the screen width without requiring a new layout design.
a. Flexible boxes
b. Drop shadows
c. Absolute positioning
d. Logical tags Right Ans - A
A table contains five columns where one of the cells in a row spans three
columns. Identify the number of table cells that will exist in that row.
a. Six
b. Three
c. Five
d. Four Right Ans - B