You are on page 1of 3

University college of engineering Nagercoil

Department of Information Technology


IT8511/Web Technology lab

Q1:
What does HTML stand for?
a. Hyper Text Markup Language
b. Hyperlinks and Text Markup Language
c. Home Tool Markup Language

Ans:a.Hyper Text Markup Language

Q2:
Who is making the Web standards?
a. Google b. The World Wide Web Consortium c. Microsoft d. Mozilla

Ans: b.The World Wide Web Consortium

Q3:
Choose the correct HTML element for the largest heading:
a. <head>
b. <heading>
c. <h6>
d. <h1>
Ans:<h1>
Q4:
What is the correct HTML for adding a background color?
a. <body style="background-color:yellow;">
b. <background>yellow</background>
c. <body bg="yellow">

Ans:a.<body style=”background-color:yellow:”>
Q5
Which character is used to indicate an end tag?
a. *
b. <
c. /
d. ^

Ans:c./

Q6
What is the correct HTML for making a checkbox?
a. <input type="check">
b. <input type="checkbox">
c. <check>
d. <checkbox>

Ans:<input type=”checkbox”>

Q7:
What is the correct HTML for inserting an image?
a. <image src="image.gif" alt="MyImage">
b. <img href="image.gif" alt="MyImage">
c. <img alt="MyImage">image.gif</img>
d. <img src="image.gif" alt="MyImage">
Ans:<img src=”image.gif” alt=”MyImage”>

Q8:
Which HTML element defines the title of a document?
a. <title>
b. <meta>
c. <head>

Ans:c.<head>

Q9 :
Which doctype is correct for HTML5?
a. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 5.0//EN"
"http://www.w3.org/TR/html5/strict.dtd">
b. <!DOCTYPE html>
c. <!DOCTYPE HTML5>

Ans:c.<!DOCTYPEHTML5>

Q10:
What is the correct HTML element for playing video files?
a. <video>
b. <movie>
c. <media>

Ans:a.<video>

You might also like