NEW
Font size
WorksheetsWeb Designing Quiz-1
Total questions: 20
Worksheet time: 15mins
What does HTML stands for?
Hypertext Machine language
Hypertext and links markup language
Hypertext Markup Language.
Hightext machine language
How is document type initialized in HTML5.?
</DOCTYPE HTML>
</DOCTYPE>
<!DOCTYPE HTML>
</DOCTYPE html>
Which of the following HTML Elements is used for making any text bold ?
<p>
<i>
<li>
<b>
Which of the following characters indicate closing of a tag?
.
/
\
!
How many heading tags are there in HTML?
2
3
5
6
HTML program is saved using _________ extension.
.hmt
.html
.mht
.htmq
Who was the primary author of HTML?
Brendan Eich
Sabeer Bhatiya
Google Inc.
Tim Berners-Lee
which of the following tag is used to mark a begining of paragraph ?
<TD>
<br>
<P>
<TR>
Correct HTML tag for the largest heading is
<head>
<h6>
<heading>
<h1>
What are Empty elements and is it valid?
No, there is no such terms as Empty Element
Empty elements are element with no data
No, it is not valid to use Empty Element
None of these
Web pages starts with which ofthe following tag?
<Body>
<Title>
<HTML>
<Form>
Who is making the Web standards?
The World Wide Web Consortium
Mozilla
Microsoft
Which HTML element defines the title of a document?
<title>
<meta>
<head>
<body>
Which HTML element defines the head of a document?
<title>
<meta>
<head>
<hd>
What is the purpose of HTML
To make a formatted document
To make a web page
To edit photos
To make a creative slide
Google Chrome is an example of a what?
URL
IP address
Web browser
metal
What goes in the <head> section?
A brain
the title
hair
the body
The part of an HTML document that includes the content seen in a web page is the:
Body
Head
Info block
Content block
Which of these is a correct starting tag?
<H1>
</H1>
<H!>
</H/>
Which is these is a correct ending tag?
<body>
</body/>
<'body'>
</body>
