wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Open Source WorkShop 001 Quiz_01

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.
  1. Which element best describes a standalone blog post

a)
  1.   <article>

b)
  1.   <section>

c)
  1.   <div>

d)
  1.   <span>

2.
  1. Which tag groups site-wide navigation links?

a)
  1.   <nav>

b)
  1.   <menu>

c)
  1.   <aside>

d)
  1.   <footer>

3.
  1. For page footer content, use:

a)
  1.   <footer>

b)
  1.   <bottom>

c)
  1.   <section>

d)
  1.   <address>

4.
  1. Which improves SEO by clarifying main page content?

a)
  1.   <main>

b)
  1.   <div id="main">

c)
  1.   <section>

d)
  1.   <header>

5.
  1. Best tag for side notes or related links?

a)
  1.   <aside>

b)
  1.   <details>

c)
  1.   <section>

d)
  1.   <figure>

6.
  1. Which Flexbox property sets direction of items?

a)
  1. flex-direction

b)
  1. justify-content

c)
  1. align-items

d)
  1. flex-wrap

7.
  1. Space items along the main axis in Flexbox:

a)
  1. justify-content

b)
  1. align-content

c)
  1. align-items

d)
  1. gap

8.
  1. Padding affects:

a)
  1. Space inside the border

b)
  1. Space outside the border

c)
  1. Border thickness

d)
  1. Element display type

9.
  1. In the CSS box model, total element width includes:

a)
  1. Content + padding + border

b)
  1. Content only

c)
  1. Content + margin

d)
  1. Border + margin only

10.
  1. Align items vertically in a row flex container:

a)
  1. align-items

b)
  1. justify-content

c)
  1. flex-basis

d)
  1. order