WorksheetsOpen Source WorkShop 001 Quiz_01
Total questions: 10
Worksheet time: 5mins
Which element best describes a standalone blog post
<article>
<section>
<div>
<span>
Which tag groups site-wide navigation links?
<nav>
<menu>
<aside>
<footer>
For page footer content, use:
<footer>
<bottom>
<section>
<address>
Which improves SEO by clarifying main page content?
<main>
<div id="main">
<section>
<header>
Best tag for side notes or related links?
<aside>
<details>
<section>
<figure>
Which Flexbox property sets direction of items?
flex-direction
justify-content
align-items
flex-wrap
Space items along the main axis in Flexbox:
justify-content
align-content
align-items
gap
Padding affects:
Space inside the border
Space outside the border
Border thickness
Element display type
In the CSS box model, total element width includes:
Content + padding + border
Content only
Content + margin
Border + margin only
Align items vertically in a row flex container:
align-items
justify-content
flex-basis
order
