Font size
WorksheetsMYP1
Total questions: 20
Worksheet time: 29mins
What does the abbreviation HTML stand for?
HyperText Markup Language
HighText Markup Language.
HyperText Markdown Language.
None of the above.
How many sizes of headers are available in HTML by default?
5
1
3
6
What are the types of lists available in HTML?
Ordered, Unordered
Bulleted, Numbered
Named, Unnamed
None of the above
How to create an ordered list in HTML?
<ul>
<ol>
<href>
<b>
HTML files are saved by default with the extension?
.html
.ht
.hm
None of the above
What is the smallest header in HTML by default?
h1
h2
h6
h3
We enclose HTML tags within?
{ }
< >
! !
None of the above
What is the effect of the <b> tag?
It converts the text within it to bold font.
It is used to write black-colored font.
It is used to change the font size.
None of the above.
Which of the following is correct about HTML?
HTML uses User Defined Tags.
HTML uses tags defined within the language.
Both A and B.
None of the above.
Which of the following tags doesn’t require a closing tag?
<br>
<hr>
Both A and B
None of the above
What are the attributes used to change the size of an image?
Width and Height
Big and Small
Top and Bottom
None of the above
Which of the following properties is used to change the font of text?
font-family
font-size
text-align
None of the above
What is the correct syntax to write an HTML comment?
<!-- Comment -->
// Comment
# Comment
/* Comment */
Which of the following things are necessary to create an HTML page?
A text editor
Web Browser
Both A and B
None of the above
Which of the following tags is used to add a row to a table in HTML?
<tr>
<td>
<th>
None of the above
What is meant by an empty tag in HTML?
There is no such concept of an empty tag in HTML
An empty tag does not require a closing tag
An empty tag cannot have any content within it
None of the above
What is the correct format for inserting an image?
<img>photo.jpg</img>
<img href="photo.jpg">
<img src="photo.jpg">
<image src="photo.jpg">
Who invented HTML?
Dave Raggett
Tim Berners-Lee
Denis Ritchie
Is HTML a case sensitive?
Yes
No
Write the HTML code to create a WebPage shown in the image
