wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Web Designing Workshop (BCS353) - Internal Exam

Total questions: 100

Worksheet time: 25mins

Name
Class
Date
1.

What does the abbreviation HTML stand for?

a)

HyperText Markup Language

b)

HighText Markup Language

c)

HighText Markdown Language

d)

None of the Above

2.

The correct sequence of HTML tags for starting a webpage is

a)

Head, Title, HTML, body

b)

HTML, Head, Title, Body

c)

HTML, Head, Title, Body

d)

HTML, Body, Title, Head

3.

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

a)

.

b)

!

c)

\

d)

/

4.

Which of the following tag is used to define options in a drop-down selection list?

a)

<option>

b)

<select>

c)

<list>

d)

<dropdown>

5.

What is the correct syntax of doctype in HTML5?

a)

<doctype html>

b)

</doctype html>

c)

<!doctype html>

d)

<doctype html!>

6.

Which of the following is used to read an HTML page and render it?

a)

Web browser

b)

Web server

c)

Web network

d)

Web matrix

7.

What is DOM in HTML?

a)

Application programming interface

b)

Hierarchy of objects in ASP.NET

c)

Convention for representing and interacting with objects in html documents

d)

Language dependent application programming

8.

Which of the following elements in HTML5 defines video or movie content?

a)

<media>

b)

<audio>

c)

<movie>

d)

<video>

9.

Which HTML tag is used to insert an image?

a)

<img src=”htmllogo.jpg” />

b)

<img alt=”htmllogo.jpg” />

c)

<img url=”htmllogo.jpg” />

d)

<img link=”htmllogo.jpg” />

10.

WYSIWYG stands for _______

a)

What you See Is What You Gain

b)

When You Start Is When You Go

c)

What You See Is What You Get

d)

None of the above

11.

What is formatting in HTML?

a)

The HTML contains six types of headings which are defined with the <h1> to <h6> tags.

b)

a process of format the text for a better look and feel

c)

There are some HTML tags that don't need a closing tag.

d)

Content is placed between tags to display data on the web page.

12.

Which of the following is not a feature of POST method in HTML?

a)

Can send parameters, including uploading files, to the server.

b)

Binary data is also allowed.

c)

POST is a little safer than GET because the parameters are not stored in browser history or in web server logs.

d)

POST method should not be used when sending passwords or other sensitive information.

e)

POST method variables are not displayed in the URL.

13.

Identify the incorrect difference between HTML and DHTML?

a)

HTML is a mark-up language, while DHTML is a collection of technology

b)

HTML sites will be fast upon client-side technologies, while DHTML sites will be slow enough upon client-side technologies.

c)

DHTML creates dynamic web pages, whereas HTML creates static web pages.

d)

HTML cannot have any server side code but DHTML may contain server side code.

e)

DHML is basically using JavaScript and style sheets in an HTML page.

14.
HTML Language uses
a)
Tabs
b)
Tags
c)
Punctuation
d)
Quotations
15.

HTML5 is

a)

HTML+CSS3+Java Script APIs

b)

HTML+CSS1+Java Script APIs

c)

HTML+Java Script APIs

d)

HTML+CSS2

16.
<p> is
a)
punctuation tag
b)
closing paragraph tag
c)
closing punctuation tag
d)
paragraph tag
17.
</p> is
a)
punctuation tag
b)
closing paragraph tag
c)
closing punctuation tag
d)
paragraph tag
18.

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>

19.

What does a opening tag look like?

a)

< >

b)

</ >

c)

<< >>

d)

<

20.

What should a HTML web page start with?

a)

<b>

b)

<li>

c)

<html>

d)

<start>

21.
What HTML element defines the title of the document?
a)
<title>
b)
<head>
c)
<meta>
22.
Google Chrome, Mozilla Firefox and Microsoft Edge are all examples of what?
a)
Search engines
b)
Websites
c)
Web Browsers
d)
Text editors
23.

which of the following is not a HTML5 tag?

a)

track

b)

video

c)

slider

d)

source

24.
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
25.

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

26.

Which list tag would you use for an ordered list

a)

<h1></h1>

b)

<ol></ol>

c)

<ul></ul>

d)

<a></a>

27.

When working with color codes RGB stands for...

a)

Green Red Purple

b)

Red Great Blue

c)

Red Green Blue

d)

Blue Green Raspberry

28.
the tag <IMG> would insert what into a web page?
a)
Insert a title
b)
Insert a link
c)
Insert an image
29.
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
30.
What coding would be used to define a header cell in an HTML table
a)
<th>Month</th>
b)
<td>Month</td>
c)
<h1>Month</h1>
d)
<h2>Month</h2>
31.

In a form, a drop-down list of options

a)

begins with a select tag followed by a list of option tags.

b)

begins with an option tag followed by a list of select tags.

c)

begins with a select tag followed by a list of datalist tags.

d)

begins with a datalist tag followed by a let of option tags.

32.

Which set contains all of the DEFAULT tags needed to create a webpage?

a)

<!DOCTYPE html>

<html>

<head>

</head>

<body>

<main>

</main>

</body>

</html>

b)

<html>

<head>

</head>

<body>

</body>

</html>

c)

<!DOCTYPE html>

<html>

<head>

</head>

</html>

d)

<!DOCTYPE html>

<html>

<head>

</head>

<body>

</body>

e)

<!DOCTYPE html>

<html>

<head>

<title>

</title>

</head>

<body>

</body>

</html>

33.

Choose the correct HTML element for the largest heading:

a)

<head>

b)

<h1>

c)

<heading>

d)

<h6>

34.

What defines the beginning and ending of the visible part of a webpage?

a)

<head> main part of the document </body>

b)

<body> main part of the document </html>

c)

d) </body> main part of the document <html>

d)

<body> main part of the document </body>

35.

iframe with a URL address that goes to https://www.quizizz.com.

a)

href="https://www.quizizz.com"

b)

show="https://www.quizizz.com"

c)

src="https://www.quizizz.com"

36.

Insert a paragraph in html

a)

<p>This is a paragraph.<p>

b)

</p>This is a paragraph.</p>

c)

</p>This is a paragraph.<p>

d)

<p>This is a paragraph.</p>

37.
What color is #FF0000
a)
Orange
b)
Red
c)
Blue
d)
Green
38.

The <canvas> element is only a container for graphics?

a)

False

b)

True

39.

How will these 3 sentences be displayed on browser?

a)

Every sentence on a new line

b)

All sentences in the same line

c)

Every sentence in a separate paragraph

d)

Ruko Sir ! VS Code mein kar ke check karta hoon!

40.

Our requirement is to display Java code on the web page as it is.

(Hint: We want to maintain the formatting as it is). Which tag should be used?

a)

<format>

b)

<format code>

c)

<style>

d)

<pre>

41.

Which tag should we use to provide actual data values in an HTML table?

a)

<th>

b)

<td>

c)

<table>

d)

<tc>

42.

Which of the following are Inline Elements?

a)

<span>

b)

<sub>

c)

<sup>

d)

<table>

43.

Which type of list can have numbering associated with each item?

a)

Ordered List <ol>

b)

Unordered List <ul>

44.

The "name" attribute in an HTML is used for ...

a)

To access the values in the document itself

b)

To access the values in the document as well as backend

c)

To access the values in the backend

d)

Naam mein kya rakha hai Sir !!

45.

The "id" attribute in an HTML is used for ...

a)

To access the element in the document itself

b)

To access the element in the document as well as backend

c)

To access the element values in the backend

d)

'id' ki kya jaroorat hai Sir? Aaadhar card hai na !

46.
P is for......
a)
place
b)
part
c)
potty
d)
paragraph
47.
<html>
a)
Gives you structure and text
b)
Not needed when creating HTML sites
c)
Goes after the <h1>
d)
Goes after the <body>
48.

Who is making the Web standards?

a)

Microsoft

b)

The World Wide Web Consortium

c)

Google

d)

Mozilla

49.

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>

50.

Choose the correct HTML element to define emphasized text

a)

<italic>

b)

<i>

c)

<em>

d)

<font>

51.

Which character is used to indicate an end tag?

a)

/

b)

*

c)

&

d)

^

52.

Inline elements are normally displayed without starting a new line.

a)

False

b)

True

53.

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

a)

False

b)

True

54.

Which HTML element defines the title of a document?

a)

<meta>

b)

<head>

c)

<title>

d)

<!DOCTYPE>

55.

Whose is the father of WORLD WIDE WEB

a)

John T. Thomson

b)

Denis Ritchie

c)

Tim Berners-Lee

d)

None of the above

56.

How many heading tags are there in HTML5?

a)

2

b)

5

c)

7

d)

6

57.

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

a)

<checkbox>

b)

<input type="checkbox">

c)

<check>

d)

<input type="check">

58.

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

59.

HTML tags are surrounded by______brackets.

a)

Angle

b)

Curly

c)

Round

d)

Square

60.

In HTML a color can be specified by using what?

a)

HEX value

b)

Color name

c)

RGB value

d)

All of these

61.

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

62.

Which is the correct HTML element for underlining text?

a)

<u>

b)

<under>

c)

<uline>

d)

<ul>

63.

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

a)

Websites

b)

Search engines

c)

Text editors

d)

Web browsers

64.

What is a CMS in web design

a)

Content Management System

b)

Creative Management System

c)

Content Mixing System

d)

Creatives Managerial System

65.

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

66.

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

a)

Power Point

b)

Excel

c)

Dream Weaver

d)

ERP

67.

Which of the following is not a web hosting company

a)

Hostgator

b)

Blue Host

c)

WPX Hosting

d)

Facebook

68.

Which tag inserts a line horizontally on your web page?

a)

<hr>

b)

<line>

c)

<line direction="horizontal">

d)

<tr>

69.

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

a)

picture

b)

image

c)

img

d)

src

70.

HTML program is saved using _________ extension.

a)

.hmt

b)

.html

c)

.mht

d)

.htmq

71.

Which of the following tag is used to embed CSS in HTML page?

a)

<css>

b)

<style>

c)

<script>

d)

<!DOCTYPE html>

72.

CSS stands for

a)

Cascading style sheet

b)

Cyber style sheet

c)

Cassandra style sheet

d)

None of the above

73.

What are the three types of style sheet

a)

Internal, external, inline

b)

Inline, internal, extreme

c)

Insidious, internal, external

d)

None of the above

74.

<link type="stylsheet" href="exx.css"> belongs to

a)

External

b)

Internal

c)

Inline

d)

None of the above

75.

<link type="stylsheet" href="exx.css"> belongs to

a)

External

b)

Internal

c)

Inline

d)

None of the above

76.

Style will come inside head for

a)

External

b)

Inline

c)

Internal

d)

All of the above

77.

When CSS is written inside HTML it will be saved as

a)

css

b)

Jsp

c)

html

d)

php

78.

External css file will be saved as

a)

.css

b)

.html

c)

.php

d)

None of the above

79.

When you use class selector

What should present in front of classname

a)

#

b)

&

c)

@

d)

.

80.

When you use id selector

What should present in front of id name

a)

?

b)

@

c)

#

d)

.

81.

Is CSS

a)

Used in client side scripting

b)

Used in server side scripting

c)

Both server and client side scripting

d)

None of the above

82.
Select the code below that uses CSS to configure a background color of #000000 for a web page.
a)
body { background-color: #000000; }
b)
body { bgcolor: #000000; }
c)
document { background­-page: #000000; }
d)
None of these
83.
Which is correct CSS syntax? 
a)
{ body; color=black;}
b)
body: color= black
c)
body {color:black;}
d)
(body color is black) 
84.
What unit of measurement does CSS use for size?
a)
px
b)
em
c)
%
d)
All work
85.

Which is the correct way to format a Font Family for a paragraph? (Hint: make sure you have more than one backup font!)

a)

p { font-family: Arial, Verdana, San-Serif; }

b)

p { font-family: Arial, Verdana, San-Serif; }

c)

p { font-family: Arial, Verdana, San-Serif; }

d)

p { font-family: Arial, Verdana, San-Serif; }

86.

Javascript is _________ language.

a)

Programming

b)

Scripting

c)

Application

d)

applet

87.

JavaScript is ______ Side Scripting Language.

a)

JSP

b)

Servlet

c)

Server

d)

Browser

88.

JavaScript is designed for following purpose -

a)

To Style HTML Pages

b)

To Perform Server Side Scripting Opertion

c)

To add interactivity to HTML Pages.

d)

To Execute Query Related to DB on Server

89.

JavaScript is can be written -

a)

directly into JS file and included into HTML

b)

directly into HTML pages

c)

directly on the Server Script

d)

None of these

90.

JavaScript is an ________ language.

a)

compiled

b)

interpreted

91.

JavaScript Code is written inside file having extension __________.

a)

.jsc

b)

.jvs

c)

.js

d)

.javascript

92.

Why JavaScript is called as Lightweight Programming Language ?

a)

because JS can provide programming functionality inside but up to certain extend.

b)

because JS is client side scripting

c)

because JS is available free of cost.

d)

because we can add programming functionality inside JS

93.

Local Browser used for validations on the Web Pages uses __________.

a)

HTML

b)

CSS

c)

js

d)

java

94.

JavaScript Code can be called by using _________.

a)

RMI

b)

Function / Method

c)

Triggering Event

d)

Preprocessor

95.

Is this correct syntax to include JS Code inside HTML Page ?

<script type="text/javascript">

...

</script>

a)

Yes

b)

No

96.

We cannot Place JS Code in the body tag . Say true/false.

a)

True

b)

False.

97.

Which of these is a loop?

a)

if(x<10)

b)

while(x<10)

c)

var x=10;

d)

text(x,10;10)

98.

Which of the following will decrease the value of x?

a)

x--;

b)

x-1;

c)

x=x;

d)

x=-x;

99.

Greater than or equal to

a)

> or =

b)

> || =

c)

>=

d)

<=

100.

His name is Fred and he is less than 16 years old

a)

if (name = "fred" && age < 16 )

b)

if (name === "fred" && age < 16 )

c)

if (name = "fred" || age < 16 )

d)

if (name === "fred" || age < 16 )