wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

ICT 9 Bootstrap

Total questions: 10

Worksheet time: 2mins

Name
Class
Date
1.

What type of CSS is used to apply Bootstrap?

a)

External CSS

b)

Inline CSS

c)

Internal CSS

2.

What Bootstrap classes is the correct syntax to apply black color to the background of the whole webpage?

a)

<div class=” bg-black”>

b)

<body class=” bg-black”>

c)

<body class=”bg-dark”>

3.

Which of the following Bootstrap classes is NOT the correct syntax to modify the size of a button?

a)

<button class=” btn btn-sm”>

b)

<button class=” btn btn-info”>

c)

<button class=” btn btn-block”>

4.

What HTML tags is used to define a set of navigation links?

a)

<div></div>

b)

<meta></meta>

c)

<nav></nav>

5.

Which of the following values sets the width of the page to follow the screen-width of the device?

a)

width=device-width

b)

initial-scale=1

6.

Which of the following values sets the initial zoom level when the page is first loaded by the browser?

a)

initial-scale=1

b)

width=device-width

7.

Which of the following Bootstrap classes adds borders on all sides of the table and cells?

a)

table

b)

table-striped

c)

table-bordered

8.

Bootstrap Grid System has (a)   VIRTUAL COLUMNS built-in.

9.

What Bootstrap classes is the correct syntax to apply red color to a text in a paragraph?

(a)  

10.

The doctype declaration is an instruction to the web browser about what version of HTML the page is written in and is NOT CASE SENSITIVE.

a)

True

b)

False