wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Section-I Quiz-1

Total questions: 120

Worksheet time: 59mins

Name
Class
Date
1.

Who is making the Web standards?

a)

Microsoft

b)

The World Wide Web Consortium

c)

Google

d)

Mozilla

2.

What is the correct HTML for creating a hyperlink?

a)

<a>http://www.mitujjain.ac.in</a>

b)

<a url="http://www.mitujjain.ac.in">MITUJJAIN</a>

c)

<a name="http://www.mitujjain.ac.in">MITUJJAIN</a>

d)

<a href="http://www.mitujjain.ac.in">MITUJJAIN</a>

3.

Choose the correct HTML element for the largest heading:

a)

<h6>

b)

<head>

c)

<heading>

d)

<h1>

4.

What is the correct HTML element for inserting a line break?

a)

<br>

b)

<break>

c)

<lb>

d)

<brk>

5.

Choose the correct HTML element to define emphasized text

a)

<italic>

b)

<i>

c)

<em>

d)

<font>

6.

Which character is used to indicate an end tag?

a)

/

b)

*

c)

&

d)

^

7.

Inline elements are normally displayed without starting a new line.

a)

False

b)

True

8.

HTML comments start with <!-- and end with -->

a)

False

b)

True

9.

Which HTML element defines the title of a document?

a)

<meta>

b)

<head>

c)

<title>

d)

<!DOCTYPE>

10.

Whose is the father of WORLD WIDE WEB

a)

John T. Thomson

b)

Denis Ritchie

c)

Tim Berners-Lee

d)

None of the above

11.

Which of the following tags is used to make a portion of text italic in HTML?

a)

<italic>

b)

<style="i">

c)

<i>

d)

<style="italic">

12.

How many heading tags are there in HTML5?

a)

2

b)

5

c)

7

d)

6

13.

Which among the following is correct HTML code for making a checkbox?

a)

<checkbox>

b)

<input type="checkbox">

c)

<check>

d)

<input type="check">

14.

All elements are identified by their __________ and are marked up using either start tags and end tags or self-closing tags.

a)

tag name

b)

class name

c)

attribute name

d)

style name

15.

HTML tags are surrounded by______brackets.

a)

Angle

b)

Curly

c)

Round

d)

Square

16.

In HTML a color can be specified by using what?

a)

HEX value

b)

Color name

c)

RGB value

d)

All of these

17.

HTML stand for

a)

Hyper text markup language

b)

Hyper test makeup language

c)

Hyper text makeup language

d)

Hyper text marking language

18.

These simple, east-to-use program allows you to enter, edit, save and print text.

a)

Web browser

b)

Text editor

c)

Search engine

d)

Domain name

19.

Which is the correct HTML element for underlining text?

a)

<u>

b)

<under>

c)

<uline>

d)

<ul>

20.

<a> is use to

a)

Define the area

b)

Define the link destination

c)

Define an article tag

d)

Define an HTML link

21.

Google Chrome, Mozilla Firefox, Microsoft Edge are examples of?

a)

Websites

b)

Search engines

c)

Text editors

d)

Web browsers

22.

CSS stands for:-

a)

 Cascade style sheets

b)

Color and style sheets

c)

Cascading style sheets

d)

None of the above

23.

The property in CSS used to change the background   color of an element is :-

a)

bgcolor

b)

color

c)

Background-color

d)

All of the above

24.

HTML stands for :-

a)

HighText Machine Language

b)

HyperText and links Markup Language

c)

HyperText Markup Language

d)

None of these

25.

The correct sequence of HTML tags for starting a webpage is -

a)

Head, Title, HTML, body

b)

HTML, Body, Title, Head

c)

HTML, Head, Title, Body

d)

HTML,  Title, Body,Head

26.

Which character is used to represent the closing of a tag in HTML?

a)

\

b)

!

c)

/

d)

.

27.

How to insert an image in HTML?

a)

<img href = "jtp.png" />

b)

<img url = "jtp.png" />

c)

<img link = "jtp.png" />

d)

<img src = "jtp.png" />

28.

Which of the following attributes is used to provide a unique name to an element?

a)

class

b)

Id

c)

type

d)

None of the above

29.

Which of the following is the paragraph tag in HTML?

a)

<p>

b)

<b>

c)

<pre>

d)

None of the above

30.

An HTML program is saved by using the ____ extension.

a)

.index

b)

.html

c)

.hml

d)

None of the above

31.

Which of the following is the root tag of the HTML document?

a)

<body>

b)

<head>

c)

<title>

d)

<html>

32.

In HTML5, which of the following tag is used to initialize the document type?

a)

<Doctype HTML>

b)

<\Doctype html>

c)

<Doctype>

d)

<!DOCTYPE html>

33.

The CSS property used to make the rounded borders, or rounded corners around an element is

a)

border-collapse

b)

Border-radius

c)

border-spacing

d)

None of the above

34.

<input> is -

a)

a format tag.

b)

an empty tag.

c)

All of the above

d)

None of the above

35.

    What is Azure ?

a)

 Is a cloud service

b)

Web hosting platform.

c)

Virtual machine

d)

Virtual storage 

36.

   What services does Azure provides ?

a)

Cloud services

b)

Virtual machine

c)

Database(SQl/mySQL..etc)

d)

All of the above.

38.

What does the abbreviation HTML stand for?

a)

HighText Machine Language

b)

HyperText and links Markup Language

c)

HyperText Markup Language

d)

None of these

39.

The correct sequence of HTML tags for starting a webpage is

a)

Head, Title, HTML, body

b)

HTML, Body, Title, Head

c)

HTML, Head, Title, Body

d)

HTML, Head, Title, Body

40.

Which of the following element is responsible for making the text bold in HTML?

a)

<pre>

b)

<a>

c)

<b>

d)

<br>

41.

Which of the following tag is used for inserting the largest heading in HTML?

a)

<h3>

b)

<h1>

c)

<h5>

d)

<h6>

42.

Which of the following tag is used to insert a line-break in HTML?

a)

<br>

b)

<a>

c)

<pre>

d)

<b>

43.

Which character is used to represent the closing of a tag in HTML?

a)

\

b)

!

c)

/

d)

.

44.

Which of the following element is responsible for making the text italic in HTML?

a)

<i>

b)

<italic>

c)

<it>

d)

<pre>

45.

Which of the following tag is used to make the underlined text?

a)

<i>

b)

<ul>

c)

<u>

d)

<pre>

46.

HTML tags are enclosed in-

a)

# and #

b)

{ and }

c)

! and ?

d)

< and >

47.

Which of the following HTML tag is the special formatting tag?

a)

<p>

b)

<b>

c)

<pre>

d)

None of the above

48.

HTML stands for...

a)

Hyper Time Multiple Language

b)

Hyper Text Mark-up Language

c)

Hippo T-Rex Mascot Lemur

d)

Hipper Text Make Language

49.

Which is the proper way to write an h1 tag

a)

<h1>Hello</h1>

b)

<h1>"Hello

c)

{h1}Hello{/h1}

d)

<h1>Hello<h1>

50.

<p> tag is for...

a)

Page of Text

b)

Picture

c)

Paragraph of text

d)

Pineapples

51.

Which of the following codes would create a horizontal line

a)

<br>

b)

<h1></h1>

c)

<hr>

d)

<p>

52.

Which code below is correct for a hyperlink

a)

<a>

"https://google.com"

Click Me

</a>

b)

<a>Click Me>

"https://google.com"

</a>

c)

<a herf="https://google.com">

Click Me

</a>

d)

<a href="https://google.com">

Click Me

</a>

53.

You need a closing tag for an image without text

a)

True

b)

False

54.

src attribute in an image tag means what?

a)

Source of the image

b)

Name of the image

c)

Description of the image

d)

Not used with image tag

55.

Which list tag would you use for an ordered list

a)

<h1></h1>

b)

<ol></ol>

c)

<ul></ul>

d)

<a></a>

56.

Which of the following contains a nested list

a)

<ul>

<li>Apples</li>

<li>Cookies</li>

<li>Milk</li>

</ul>

b)

<ul>

<li>Apples</li>

<li>

Cookies

<ul>

<li>Chocolate Chip</li>

<li>Peanut Butter</li>

</ul>

</li>

<li>Milk</li>

</ul>

57.

<th></th> is the code for .....

a)

a table row

b)

a table column

c)

a table header

d)

Thanos

58.

Which of the following is the code for a paragraph to be blue?

a)

<td style=“background-color:blue;”>

b)

<h1 style=“font-size:60px;”>

c)

<p style=“color:blue;”>

d)

<tagname style=“property:value;”>

59.

When working with color codes RGB stands for...

a)

Green Red Purple

b)

Red Great Blue

c)

Red Green Blue

d)

Blue Green Raspberry

60.
What does HTML stand for?
a)
Hypertext Making Language
b)
Hyper Transfer Markup Language
c)
Hypertext Markup Language
d)
Hyper Transfer Making Language
61.
HTML Language uses
a)
Tabs
b)
Tags
c)
Punctuation
d)
Quotations
62.
<p> is
a)
punctuation tag
b)
closing paragraph tag
c)
closing punctuation tag
d)
paragraph tag
63.
</p> is
a)
punctuation tag
b)
closing paragraph tag
c)
closing punctuation tag
d)
paragraph tag
64.

HTML stands for...

a)

Hyper Time Multiple Language

b)

Hyper Text Mark-up Language

c)

Hippo T-Rex Mascot Lemur

d)

Hipper Text Make Language

65.

Which is the proper way to write an h1 tag

a)

<h1>Hello</h1>

b)

<h1>"Hello

c)

{h1}Hello{/h1}

d)

<h1>Hello<h1>

66.

<p> tag is for...

a)

Page of Text

b)

Picture

c)

Paragraph of text

d)

Pineapples

67.

What does a opening tag look like?

a)

< >

b)

</ >

c)

<< >>

d)

<

68.

What does a closing tag look like?

a)

< >

b)

<\ >

c)

</ >

d)

<< >>

69.

What should a HTML web page start with?

a)

<b>

b)

<li>

c)

<html>

d)

<start>

70.

What should a HTML web page end with?

a)

</html>

b)

<head>

c)

</end>

d)

</body>

71.

What does this tag stand for? <b>

a)

bright

b)

big

c)

beautiful

d)

bold

72.
What HTML element defines the title of the document?
a)
<title>
b)
<head>
c)
<meta>
73.
Which of the following is the largest heading? 
a)
H2
b)
H3
c)
H4
d)
H6
74.
HTML uses
a)
Tabs
b)
Tags
c)
Labels
d)
Quotes
75.
Google Chrome, Mozilla Firefox and Microsoft Edge are all examples of what?
a)
Search engines
b)
Websites
c)
Web Browsers
d)
Text editors
76.
Which is the correct HTML element for inserting a line break?
a)
<b>
b)
<lb>
c)
<br>
d)
<break>
77.
What will happen to the text in blue?   <p>He named his car <i>The lightning</i>, because it was very fast.</p>
a)
the content will be displayed in italic
b)
the content will display an image
c)
the content defines text inserted into a document
78.
CSS stands for?
a)
Closed Source Style
b)
Crucial Style Sheets
c)
Cascading Style Sheets
d)
Corresponding Static Style
79.
HTML stands for?
a)
HammersTend To Mostly Lose
b)
HypoText Madeup Language
c)
HyperText Markup Langauge
80.

Como se cierra una etiqueta P?

a)

<p><p>

b)

<p></p>

c)

<p><--p>

d)

<p><!p>

e)

<p><p/>

81.

Como se hace un salto de linea?

a)

<br/>

b)

<n/>

c)

<ln/>

d)

<b>

e)

<n>

82.

manera correcta de adjuntar una imagen

a)

<img src="./image">

b)

<image source="./image.jpg">

c)

<img rel="./image.jpg">

d)

<image link="./image.jpg">

e)

<img src="./image.jpg">

83.

Como se enlaza un elemento interno de nuestra pagina a una etiqueta <a>

a)

<a href=".ex">

ex</a>

b)

<b ref="#ex">

ex</b>

c)

<a rel="#ex">

ex</a>

d)

<a href="*ex">

ex</a>

e)

<a href="#ex">

ex</a>

84.

Cual propiedad abre un enlace en una nueva ventana?

a)

blank="_target"

b)

target="new_tag"

c)

open="_target"

d)

new="_blank"

e)

target="_blank"

85.

Como hacemos que nuestro 'button' envié la información de un formulario?

a)

<button rel="submit">

b)

<button type="sent">

c)

<button href="form-submit">

d)

<button type="submit">

e)

<botton type="send">

86.

Cual etiquetas contienen meta información de nuestra pagina?

a)

<info>

b)

<header>

c)

<!DOCTYPE html>

d)

<meta>

e)

<script>

87.

Como le indicamos al navegador que versión de HTML vamos a implementar?

a)

<!DOCTYPE html>

b)

<meta HTML version="5">

c)

<html>

d)

<meta HTML version="5">

e)

<meta name="viewport" content="device-html-version=5">

88.

como se crea una lista organizada

a)

<div> <li>'Garfield'</li> <li>'Sylveste'</li> </div>

b)

<ul> <lu>'Garfie'</lu> <lu>'Sylvest'</lu> </ul>

c)

<ol> <li>'Garfield'</li> <li>'Sylveste'</li> </ol>

d)

<section>

<span>

'Garfield'

</span>

<span>

'Sylvester'

</span>

</section>

e)

<ul> <li>Garfield</li> <li>Sylvester</li> </ul>

89.

Escoge las etiquetas de meta información

a)

<meta>

b)

<footer>

c)

<title>

d)

<link>

e)

<span>

90.

Como se agregar un marcador de posición en un input?

a)

<div spotholder="ex"

/>

b)

<input position="ex"

/>

c)

<input nameholder="ex"/>

d)

<input placeholder="ex"/>

e)

<input placeholder : {ex} />

91.

What is a CMS in web design

a)

Content Management System

b)

Creative Management System

c)

Content Mixing System

d)

Creatives Managerial System

92.

Which of the following is true

a)

You need a server to host your website files

b)

You don’t need a server to host your website files

c)

You can create a website without using HTML

d)

You can’t create a website without a CMS

93.

Which of the following softwares could be used to build a website

a)

Power Point

b)

Excel

c)

Dream Weaver

d)

ERP

94.

Which of the following statements is false about hosting

a)

Shared hosting is cheaper than dedicated hosting

b)

Shared hosting is safer than dedicated hosting

c)

Dedicated hosting is safer than shared hosting

d)

Though more expensive than shared hosting, Dedicated hosting is more secure

95.

Which of the following is not a web hosting company

a)

Hostgator

b)

Blue Host

c)

WPX Hosting

d)

Facebook

96.

Which of the following statements is true

a)

The web designer shouldn’t just be concerned about the looks but also about user interface

b)

Usability is very important in web design

c)

a and b

d)

None of the above

97.

Which tag inserts a line horizontally on your web page?

a)

<hr>

b)

<line>

c)

<line direction="horizontal">

d)

<tr>

98.

Tags and text that are not directly displayed on the page are written in _____ section.

a)

<html>

b)

<head>

c)

<title>

d)

<body>

99.

A webpage displays a picture. What tag was used to display that picture?

a)

picture

b)

image

c)

img

d)

src

100.

What is the correct HTML for making a hyperlink?

a)

<a href=”http:// mcqsets.com“>Web Design Quiz</a>

b)

<a name=”https://mcqsets.com“>Web Design Quiz</a>

c)

<https://mcqsets.com</a>

d)

url=”https://mcqsets.com“>Web Design Quiz

101.

Choose the correct HTML tag for the smallest size heading?

a)

<heading>

b)

<h6>

c)

<h1>

d)

<head>

102.

Which tag creates a check box for a form in HTML?

a)

<checkbox>

b)

<input type="checkbox">

c)

<input=checkbox>

d)

<input checkbox>

103.

To create a combo box (drop down box) which tag will you use?

a)

<select>

b)

<list>

c)

<input type="dropdown">

d)

all of above

104.

What is the correct HTML for adding a background color?

a)

<body color=”yellow”>

b)

<body bgcolor=”yellow”>

c)

<body vlink="yellow">

d)

<body background=”yellow”>

105.

Which of the following HTML code is valid?

a)

<font colour="red">

b)

<font color="red">

c)

<red><font>

d)

All of above are style tags

106.

Marquee is a tag in HTML to

a)

mark the list of items to maintain in queue

b)

Mark the text so that it is hidden in browser

c)

Display text with scrolling effect

d)

None of above

107.

Which attribute you’ll use with TD tag to merge two cells horizontally?

a)

merge=colspan2

b)

rowspan=2

c)

colspan=2

d)

merge=row2

108.

<b> tag makes the enclosed text bold. What is other tag to make text bold?

a)

<strong>

b)

<dar>

c)

<black>

d)

<emp>

109.

Which of the following is not a valid alignment attribute?

a)

Left

b)

Right

c)

Top

d)

None of the above

110.

When should you use path along with file name of picture in IMG tag?

a)

path is optional and not necessary

b)

when the location of image file and html file are different

c)

when image file and html file both are on same location

d)

path is always necessary when inserting image

111.

HTML is what type of language ?

a)

Scripting Language

b)

Markup Language

c)

Programming Language

d)

Network Protocol

112.

HTML uses

a)

User defined tags

b)

Pre-specified tags

c)

Fixed tags defined by the language

d)

Tags only for linking

113.

The year in which HTML was first proposed _______.

a)

1990

b)

1980

c)

2000

d)

1995

114.

Fundamental HTML Block is known as ___________.

a)

HTML Body

b)

HTML Tag

c)

HTML Attribute

d)

HTML Element

115.

Apart from <b> tag, what other tag makes text bold ?

a)

<fat>

b)

<strong>

c)

<black>

d)

<emp>

116.

What is the full form of HTML?

a)

Hyper Text Markup Language

b)

Hyper Teach Markup Language

c)

Hyper Tech Markup Language

d)

None of these

117.

Who is Known as the father of World Wide Web (WWW)?

a)

Robert Cailliau

b)

Tim Thompson

c)

Charles Darwin

d)

Tim Berners-Lee

118.

How can you make a bulleted list with numbers?

a)

<dl>

b)

<ol>

c)

<list>

d)

<ul>

119.

What tag is used to display a picture in a HTML page?

a)

picture

b)

image

c)

img

d)

src

120.

HTML web pages can be read and rendered by _________.

a)

Compiler

b)

Server

c)

Web Browser

d)

Interpreter