HTML and CSS Reference
In-Depth Information
</style>
</head>
<body>
<div id="blogPage">
<header>My Blog Header</header>
<article id="cols">
<hgroup>
<h1>My Blog's Main Body</h1>
</hgroup>
<p>
Lorem ipsum dolor sit amet, consectetuer adipiscing
elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna
liquam
</p>
</article>
<footer>My Blog Footer</footer>
<aside id="calendar">A calendar</aside>
<aside id="blogRoll">My favorite blogs</aside>
<aside id="aboutMe">Who am I?</aside>
<aside id="bloghistory">My blog history</aside>
</div>
</body>
</html>
Objective 4.3: Review
Correct answer: C
1.
Incorrect: Flexbox lays elements out in a flow direction.
A.
Incorrect: Multi-column lays elements out only in columns.
B.
Correct: Grid layout allows layout in rows and columns.
C.
Incorrect: Exclusions do not deal with the layout in rows and columns.
D.
Correct answer: D
2.
Incorrect: This is a true statement.
A.
Incorrect: This is a true statement.
B.
Incorrect: This is a true statement.
C.
Correct: Grid layouts can be set into rows and columns.
D.
Correct answer: A
3.
Correct: both will allow the text to wrap along both sides of an element.
A.
Incorrect: all is not a valid value.
B.
Incorrect: left and right is not a valid value.
C.
Incorrect: cross is not a valid value.
D.
Search WWH ::




Custom Search