Home
Notes
Lecture
Test
Coding
About us
This Page contain some Quiz related to HTMl. Each correct answer contain 1 marks.You have to score atleast 6 marks to pass the test
Start Test
Time Left:
00
Quiz Based on basic HTML
1) HTML stands for
HighText Machine Language
HyperText and links Markup Language
HyperText Markup Language
None of these
2) The correct sequence of HTML tags for starting a webpage is -
Head, Title, HTML, body
HTML, Body, Title, Head
HTML, Head, Body, Title
HTML, Head, Title, Body
3) Which of the following element is responsible for making the text bold in HTML?
<pre>
<a>
<b>
<br>
4) Which of the following tag is used for inserting the largest heading in HTML?
<h3>
<h1>
<h5>
<h6>
5) Which of the following tag is used to insert a line-break in HTML?
<br>
<a>
<pre>
<b>
6) How to create an unordered list (a list with the list items in bullets) in HTML?
<ul>
<ol>
<li>
<i>
7) Which character is used to represent the closing of a tag in HTML?r
\
!
/
.
8) How to create a hyperlink in HTML?
<a href = "www.SOS.com"> SOS.com </a>
<a url = "www.SOS.com"> SOS.com </a>
<a link = "www.SOS.com"> SOS.com </a>
<a > www.SOS.com<SOS.com /a>
9) Which of the following element is responsible for making the text italic in HTML?
<i>
<italic>
<it>
<pre>
10) How to insert an image in HTML?
<img href = "jtp.png">
<img url = "jtp.png">
<img link = "jtp.png">
<img src = "jtp.png">