Font size
WorksheetsICT 9 Bootstrap
Total questions: 10
Worksheet time: 2mins
What type of CSS is used to apply Bootstrap?
External CSS
Inline CSS
Internal CSS
What Bootstrap classes is the correct syntax to apply black color to the background of the whole webpage?
<div class=” bg-black”>
<body class=” bg-black”>
<body class=”bg-dark”>
Which of the following Bootstrap classes is NOT the correct syntax to modify the size of a button?
<button class=” btn btn-sm”>
<button class=” btn btn-info”>
<button class=” btn btn-block”>
What HTML tags is used to define a set of navigation links?
<div></div>
<meta></meta>
<nav></nav>
Which of the following values sets the width of the page to follow the screen-width of the device?
width=device-width
initial-scale=1
Which of the following values sets the initial zoom level when the page is first loaded by the browser?
initial-scale=1
width=device-width
Which of the following Bootstrap classes adds borders on all sides of the table and cells?
table
table-striped
table-bordered
Bootstrap Grid System has (a) VIRTUAL COLUMNS built-in.
What Bootstrap classes is the correct syntax to apply red color to a text in a paragraph?
(a)
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.
True
False
