Font size
WorksheetsHTML&CSS - Quiz
Total questions: 38
Worksheet time: 38mins
Where does this title appear?
Which "padding" is bigger ?
A
B
HTML is used to style web pages.
True
False
CSS is used to style web pages
True
False
HTML is used to create web pages.
True
False
Which one is the largest heading?
h1
h2
h4
h6
Which one is the smallest heading?
h1
h2
h4
h6
Where is the largest margin
between A / B
between B / C
between C / D
Which code is correct ?
border-top-right-radius: 50%;
border-radius: 50%;
Which code is correct ?
border-top-right-radius: 50%;
border-radius: 50%;
Which code is correct ?
<ul> </ul>
<ol> </ol>
To link html and css files together ?
Which code is correct ?
<ul> </ul>
<ol> </ol>
Which code is correct ?
<b> Test font </b>
<u> Test font </u>
<s> Test font </s>
Which code is correct ?
<b> Test font </b>
<u> Test font </u>
<s> Test font </s>
Which code is correct ?
<b> Test font </b>
<u> Test font </u>
<s> Test font </s>
Which shape is correct ?
How to make vertical space between divisions?
margin
padding
top
bottom
How to make equal space between divisions?
Which code is correct ?
Select the correct information about "Font Awesome" ?
has icons
has logos
it is free
can not change its color
to insert video in HTML page
<video src="test.mp4"> </video>
can not be done
to control video (play - sound,....)
<video src="test.mp4"> </video>
<video controls src="test.mp4"> </video>
ask user to select his favorite color
background-color : red;
<input type="color">
ask user to enter his birthday
<input type="button">
<input type="date">
How many <td> in this table?
2
4
How many <tr> in this table?
2
4
Bootstrap is a free framework (Library)
TRUE
FALSE
Bootstrap is responsive
False
True
Bootstrap's grid has ______ columns across the page
1
4
12
In Bootstrap
sm, md, lg, and xl represent ___________
Size of the row
Size of the device's screen
Nothing
In Bootstrap
which class can change text color to red ?
.text-muted
.text-danger
.bg-success
In Bootstrap
which class can change background color to green ?
.bg-secondary
.bg-success
.bg-warning
In Bootstrap
which class can change button color to orange ?
class="btn btn-danger"
class="btn btn-warning"
Which tag is used to add mp3 audio to web page?
Which tag is used to add photo to web page?
Which tag is used to add line ?
<br>
<new line>
Which tag is used to add link (anchor) ?
