Font size
WorksheetsWeb Designing Workshop (BCS353) - Internal Exam
Total questions: 100
Worksheet time: 25mins
What does the abbreviation HTML stand for?
HyperText Markup Language
HighText Markup Language
HighText Markdown Language
None of the Above
The correct sequence of HTML tags for starting a webpage is
Head, Title, HTML, body
HTML, Head, Title, Body
HTML, Head, Title, Body
HTML, Body, Title, Head
Which character is used to represent the closing of a tag in HTML?
.
!
\
/
Which of the following tag is used to define options in a drop-down selection list?
<option>
<select>
<list>
<dropdown>
What is the correct syntax of doctype in HTML5?
<doctype html>
</doctype html>
<!doctype html>
<doctype html!>
Which of the following is used to read an HTML page and render it?
Web browser
Web server
Web network
Web matrix
What is DOM in HTML?
Application programming interface
Hierarchy of objects in ASP.NET
Convention for representing and interacting with objects in html documents
Language dependent application programming
Which of the following elements in HTML5 defines video or movie content?
<media>
<audio>
<movie>
<video>
Which HTML tag is used to insert an image?
<img src=”htmllogo.jpg” />
<img alt=”htmllogo.jpg” />
<img url=”htmllogo.jpg” />
<img link=”htmllogo.jpg” />
WYSIWYG stands for _______
What you See Is What You Gain
When You Start Is When You Go
What You See Is What You Get
None of the above
What is formatting in HTML?
The HTML contains six types of headings which are defined with the <h1> to <h6> tags.
a process of format the text for a better look and feel
There are some HTML tags that don't need a closing tag.
Content is placed between tags to display data on the web page.
Which of the following is not a feature of POST method in HTML?
Can send parameters, including uploading files, to the server.
Binary data is also allowed.
POST is a little safer than GET because the parameters are not stored in browser history or in web server logs.
POST method should not be used when sending passwords or other sensitive information.
POST method variables are not displayed in the URL.
Identify the incorrect difference between HTML and DHTML?
HTML is a mark-up language, while DHTML is a collection of technology
HTML sites will be fast upon client-side technologies, while DHTML sites will be slow enough upon client-side technologies.
DHTML creates dynamic web pages, whereas HTML creates static web pages.
HTML cannot have any server side code but DHTML may contain server side code.
DHML is basically using JavaScript and style sheets in an HTML page.
HTML5 is
HTML+CSS3+Java Script APIs
HTML+CSS1+Java Script APIs
HTML+Java Script APIs
HTML+CSS2
Which is the proper way to write an h1 tag
<h1>Hello</h1>
<h1>"Hello
{h1}Hello{/h1}
<h1>Hello<h1>
What does a opening tag look like?
< >
</ >
<< >>
<
What should a HTML web page start with?
<b>
<li>
<html>
<start>
which of the following is not a HTML5 tag?
track
video
slider
source
src attribute in an image tag means what?
Source of the image
Name of the image
Description of the image
Not used with image tag
Which list tag would you use for an ordered list
<h1></h1>
<ol></ol>
<ul></ul>
<a></a>
When working with color codes RGB stands for...
Green Red Purple
Red Great Blue
Red Green Blue
Blue Green Raspberry
In a form, a drop-down list of options
begins with a select tag followed by a list of option tags.
begins with an option tag followed by a list of select tags.
begins with a select tag followed by a list of datalist tags.
begins with a datalist tag followed by a let of option tags.
Which set contains all of the DEFAULT tags needed to create a webpage?
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<main>
</main>
</body>
</html>
<html>
<head>
</head>
<body>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
</head>
</html>
<!DOCTYPE html>
<html>
<head>
</head>
<body>
</body>
<!DOCTYPE html>
<html>
<head>
<title>
</title>
</head>
<body>
</body>
</html>
Choose the correct HTML element for the largest heading:
<head>
<h1>
<heading>
<h6>
What defines the beginning and ending of the visible part of a webpage?
<head> main part of the document </body>
<body> main part of the document </html>
d) </body> main part of the document <html>
<body> main part of the document </body>
iframe with a URL address that goes to https://www.quizizz.com.
href="https://www.quizizz.com"
show="https://www.quizizz.com"
src="https://www.quizizz.com"
Insert a paragraph in html
<p>This is a paragraph.<p>
</p>This is a paragraph.</p>
</p>This is a paragraph.<p>
<p>This is a paragraph.</p>
The <canvas> element is only a container for graphics?
False
True
How will these 3 sentences be displayed on browser?
Every sentence on a new line
All sentences in the same line
Every sentence in a separate paragraph
Ruko Sir ! VS Code mein kar ke check karta hoon!
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?
<format>
<format code>
<style>
<pre>
Which tag should we use to provide actual data values in an HTML table?
<th>
<td>
<table>
<tc>
Which of the following are Inline Elements?
<span>
<sub>
<sup>
<table>
Which type of list can have numbering associated with each item?
Ordered List <ol>
Unordered List <ul>
The "name" attribute in an HTML is used for ...
To access the values in the document itself
To access the values in the document as well as backend
To access the values in the backend
Naam mein kya rakha hai Sir !!
The "id" attribute in an HTML is used for ...
To access the element in the document itself
To access the element in the document as well as backend
To access the element values in the backend
'id' ki kya jaroorat hai Sir? Aaadhar card hai na !
Who is making the Web standards?
Microsoft
The World Wide Web Consortium
Mozilla
What is the correct HTML for creating a hyperlink?
<a>http://www.mitujjain.ac.in</a>
<a url="http://www.mitujjain.ac.in">MITUJJAIN</a>
<a name="http://www.mitujjain.ac.in">MITUJJAIN</a>
<a href="http://www.mitujjain.ac.in">MITUJJAIN</a>
Choose the correct HTML element to define emphasized text
<italic>
<i>
<em>
<font>
Which character is used to indicate an end tag?
/
*
&
^
Inline elements are normally displayed without starting a new line.
False
True
HTML comments start with <!-- and end with -->
False
True
Which HTML element defines the title of a document?
<meta>
<head>
<title>
<!DOCTYPE>
Whose is the father of WORLD WIDE WEB
John T. Thomson
Denis Ritchie
Tim Berners-Lee
None of the above
How many heading tags are there in HTML5?
2
5
7
6
Which among the following is correct HTML code for making a checkbox?
<checkbox>
<input type="checkbox">
<check>
<input type="check">
All elements are identified by their __________ and are marked up using either start tags and end tags or self-closing tags.
tag name
class name
attribute name
style name
HTML tags are surrounded by______brackets.
Angle
Curly
Round
Square
In HTML a color can be specified by using what?
HEX value
Color name
RGB value
All of these
These simple, east-to-use program allows you to enter, edit, save and print text.
Web browser
Text editor
Search engine
Domain name
Which is the correct HTML element for underlining text?
<u>
<under>
<uline>
<ul>
Google Chrome, Mozilla Firefox, Microsoft Edge are examples of?
Websites
Search engines
Text editors
Web browsers
What is a CMS in web design
Content Management System
Creative Management System
Content Mixing System
Creatives Managerial System
Which of the following is true
You need a server to host your website files
You don’t need a server to host your website files
You can create a website without using HTML
You can’t create a website without a CMS
Which of the following softwares could be used to build a website
Power Point
Excel
Dream Weaver
ERP
Which of the following is not a web hosting company
Hostgator
Blue Host
WPX Hosting
Which tag inserts a line horizontally on your web page?
<hr>
<line>
<line direction="horizontal">
<tr>
A webpage displays a picture. What tag was used to display that picture?
picture
image
img
src
HTML program is saved using _________ extension.
.hmt
.html
.mht
.htmq
Which of the following tag is used to embed CSS in HTML page?
<css>
<style>
<script>
<!DOCTYPE html>
CSS stands for
Cascading style sheet
Cyber style sheet
Cassandra style sheet
None of the above
What are the three types of style sheet
Internal, external, inline
Inline, internal, extreme
Insidious, internal, external
None of the above
<link type="stylsheet" href="exx.css"> belongs to
External
Internal
Inline
None of the above
<link type="stylsheet" href="exx.css"> belongs to
External
Internal
Inline
None of the above
Style will come inside head for
External
Inline
Internal
All of the above
When CSS is written inside HTML it will be saved as
css
Jsp
html
php
External css file will be saved as
.css
.html
.php
None of the above
When you use class selector
What should present in front of classname
#
&
@
.
When you use id selector
What should present in front of id name
?
@
#
.
Is CSS
Used in client side scripting
Used in server side scripting
Both server and client side scripting
None of the above
Which is the correct way to format a Font Family for a paragraph? (Hint: make sure you have more than one backup font!)
p { font-family: Arial, Verdana, San-Serif; }
p { font-family: Arial, Verdana, San-Serif; }
p { font-family: Arial, Verdana, San-Serif; }
p { font-family: Arial, Verdana, San-Serif; }
Javascript is _________ language.
Programming
Scripting
Application
applet
JavaScript is ______ Side Scripting Language.
JSP
Servlet
Server
Browser
JavaScript is designed for following purpose -
To Style HTML Pages
To Perform Server Side Scripting Opertion
To add interactivity to HTML Pages.
To Execute Query Related to DB on Server
JavaScript is can be written -
directly into JS file and included into HTML
directly into HTML pages
directly on the Server Script
None of these
JavaScript is an ________ language.
compiled
interpreted
JavaScript Code is written inside file having extension __________.
.jsc
.jvs
.js
.javascript
Why JavaScript is called as Lightweight Programming Language ?
because JS can provide programming functionality inside but up to certain extend.
because JS is client side scripting
because JS is available free of cost.
because we can add programming functionality inside JS
Local Browser used for validations on the Web Pages uses __________.
HTML
CSS
js
java
JavaScript Code can be called by using _________.
RMI
Function / Method
Triggering Event
Preprocessor
Is this correct syntax to include JS Code inside HTML Page ?
<script type="text/javascript">
...
</script>
Yes
No
We cannot Place JS Code in the body tag . Say true/false.
True
False.
Which of these is a loop?
if(x<10)
while(x<10)
var x=10;
text(x,10;10)
Which of the following will decrease the value of x?
x--;
x-1;
x=x;
x=-x;
Greater than or equal to
> or =
> || =
>=
<=
His name is Fred and he is less than 16 years old
if (name = "fred" && age < 16 )
if (name === "fred" && age < 16 )
if (name = "fred" || age < 16 )
if (name === "fred" || age < 16 )
