HTML Course | Practice Quiz 1
Question 1 |
What does HTML stands for?
Hypertext Machine language. | |
Hypertext and links markup language. | |
Hypertext Markup Language. | |
Hightext machine language. |
Discuss it
Question 2 |
How is document type initialized in HTML5.?
</DOCTYPE HTML> | |
</DOCTYPE> | |
<!DOCTYPE HTML> | |
</DOCTYPE html> |
Discuss it
Question 3 |
Which of the following HTML Elements is used for making any text bold ?
<p> | |
<i> | |
<li> | |
<b> |
Discuss it
Question 4 |
Which of the following HTML element is used for creating an unordered list?
<ui> | |
<i> | |
<em> | |
<ul> |
Discuss it
Question 5 |
Which of the following characters indicate closing of a tag?
. | |
/ | |
// | |
! |
Discuss it
Question 6 |
What is the font-size of the h1 heading tag?
3.5 em | |
2.17 em | |
2 em | |
1.5 em |
Discuss it
Question 8 |
How many attributes are there in HTML5?
2 | |
4 | |
1 | |
None of the Above |
Discuss it
Question 9 |
Which of the following attributes is used to add link to any element?
link | |
ref | |
href | |
newref |
Discuss it
Question 10 |
Which of the following is the correct way of creating an hyperlink in HTML?
<a>www.geeksforgeeks.org <Geeksforgeeks /a> | |
<a href=“www.geeksforgeeks.org” Geeksforgeeks /a> | |
<a href= “www.geeksforgeeks.org”>Geeksforgeeks</a> | |
<a link=“www.geeksforgeeks.org” Geeksforgeeks> </a> |
Discuss it
There are 20 questions to complete.