Question 1
What does HTML stands for?
Hypertext Machine language.
Hypertext and links markup language.
Hypertext Markup Language.
Hightext machine language.
Question 2
How is document type initialized in HTML5.?
</DOCTYPE HTML>
</DOCTYPE>
<!DOCTYPE HTML>
</DOCTYPE html>
Question 3
Which of the following HTML Elements is used for making any text bold ?
<p>
<i>
<li>
<b>
Question 4
Which of the following HTML element is used for creating an unordered list?
<ui>
<i>
<em>
<ul>
Question 9
Which of the following attributes is used to add link to any element?
link
ref
href
newref
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>
There are 20 questions to complete.