Font size
WorksheetsSection-I Quiz-1
Total questions: 120
Worksheet time: 59mins
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 for the largest heading:
<h6>
<head>
<heading>
<h1>
What is the correct HTML element for inserting a line break?
<br>
<break>
<lb>
<brk>
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
Which of the following tags is used to make a portion of text italic in HTML?
<italic>
<style="i">
<i>
<style="italic">
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
HTML stand for
Hyper text markup language
Hyper test makeup language
Hyper text makeup language
Hyper text marking language
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>
<a> is use to
Define the area
Define the link destination
Define an article tag
Define an HTML link
Google Chrome, Mozilla Firefox, Microsoft Edge are examples of?
Websites
Search engines
Text editors
Web browsers
CSS stands for:-
Cascade style sheets
Color and style sheets
Cascading style sheets
None of the above
The property in CSS used to change the background color of an element is :-
bgcolor
color
Background-color
All of the above
HTML stands for :-
HighText Machine Language
HyperText and links Markup Language
HyperText Markup Language
None of these
The correct sequence of HTML tags for starting a webpage is -
Head, Title, HTML, body
HTML, Body, Title, Head
HTML, Head, Title, Body
HTML, Title, Body,Head
Which character is used to represent the closing of a tag in HTML?
\
!
/
.
How to insert an image in HTML?
<img href = "jtp.png" />
<img url = "jtp.png" />
<img link = "jtp.png" />
<img src = "jtp.png" />
Which of the following attributes is used to provide a unique name to an element?
class
Id
type
None of the above
Which of the following is the paragraph tag in HTML?
<p>
<b>
<pre>
None of the above
An HTML program is saved by using the ____ extension.
.index
.html
.hml
None of the above
Which of the following is the root tag of the HTML document?
<body>
<head>
<title>
<html>
In HTML5, which of the following tag is used to initialize the document type?
<Doctype HTML>
<\Doctype html>
<Doctype>
<!DOCTYPE html>
The CSS property used to make the rounded borders, or rounded corners around an element is
border-collapse
Border-radius
border-spacing
None of the above
<input> is -
a format tag.
an empty tag.
All of the above
None of the above
What is Azure ?
Is a cloud service
Web hosting platform.
Virtual machine
Virtual storage
What services does Azure provides ?
Cloud services
Virtual machine
Database(SQl/mySQL..etc)
All of the above.
What does the abbreviation HTML stand for?
HighText Machine Language
HyperText and links Markup Language
HyperText Markup Language
None of these
The correct sequence of HTML tags for starting a webpage is
Head, Title, HTML, body
HTML, Body, Title, Head
HTML, Head, Title, Body
HTML, Head, Title, Body
Which of the following element is responsible for making the text bold in HTML?
<pre>
<a>
<b>
<br>
Which of the following tag is used for inserting the largest heading in HTML?
<h3>
<h1>
<h5>
<h6>
Which of the following tag is used to insert a line-break in HTML?
<br>
<a>
<pre>
<b>
Which character is used to represent the closing of a tag in HTML?
\
!
/
.
Which of the following element is responsible for making the text italic in HTML?
<i>
<italic>
<it>
<pre>
Which of the following tag is used to make the underlined text?
<i>
<ul>
<u>
<pre>
HTML tags are enclosed in-
# and #
{ and }
! and ?
< and >
Which of the following HTML tag is the special formatting tag?
<p>
<b>
<pre>
None of the above
HTML stands for...
Hyper Time Multiple Language
Hyper Text Mark-up Language
Hippo T-Rex Mascot Lemur
Hipper Text Make Language
Which is the proper way to write an h1 tag
<h1>Hello</h1>
<h1>"Hello
{h1}Hello{/h1}
<h1>Hello<h1>
<p> tag is for...
Page of Text
Picture
Paragraph of text
Pineapples
Which of the following codes would create a horizontal line
<br>
<h1></h1>
<hr>
<p>
Which code below is correct for a hyperlink
<a>
"https://google.com"
Click Me
</a>
<a>Click Me>
"https://google.com"
</a>
<a herf="https://google.com">
Click Me
</a>
<a href="https://google.com">
Click Me
</a>
You need a closing tag for an image without text
True
False
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>
Which of the following contains a nested list
<ul>
<li>Apples</li>
<li>Cookies</li>
<li>Milk</li>
</ul>
<ul>
<li>Apples</li>
<li>
Cookies
<ul>
<li>Chocolate Chip</li>
<li>Peanut Butter</li>
</ul>
</li>
<li>Milk</li>
</ul>
<th></th> is the code for .....
a table row
a table column
a table header
Thanos
Which of the following is the code for a paragraph to be blue?
<td style=“background-color:blue;”>
<h1 style=“font-size:60px;”>
<p style=“color:blue;”>
<tagname style=“property:value;”>
When working with color codes RGB stands for...
Green Red Purple
Red Great Blue
Red Green Blue
Blue Green Raspberry
HTML stands for...
Hyper Time Multiple Language
Hyper Text Mark-up Language
Hippo T-Rex Mascot Lemur
Hipper Text Make Language
Which is the proper way to write an h1 tag
<h1>Hello</h1>
<h1>"Hello
{h1}Hello{/h1}
<h1>Hello<h1>
<p> tag is for...
Page of Text
Picture
Paragraph of text
Pineapples
What does a opening tag look like?
< >
</ >
<< >>
<
What does a closing tag look like?
< >
<\ >
</ >
<< >>
What should a HTML web page start with?
<b>
<li>
<html>
<start>
What should a HTML web page end with?
</html>
<head>
</end>
</body>
What does this tag stand for? <b>
bright
big
beautiful
bold
Como se cierra una etiqueta P?
<p><p>
<p></p>
<p><--p>
<p><!p>
<p><p/>
Como se hace un salto de linea?
<br/>
<n/>
<ln/>
<b>
<n>
manera correcta de adjuntar una imagen
<img src="./image">
<image source="./image.jpg">
<img rel="./image.jpg">
<image link="./image.jpg">
<img src="./image.jpg">
Como se enlaza un elemento interno de nuestra pagina a una etiqueta <a>
<a href=".ex">
ex</a>
<b ref="#ex">
ex</b>
<a rel="#ex">
ex</a>
<a href="*ex">
ex</a>
<a href="#ex">
ex</a>
Cual propiedad abre un enlace en una nueva ventana?
blank="_target"
target="new_tag"
open="_target"
new="_blank"
target="_blank"
Como hacemos que nuestro 'button' envié la información de un formulario?
<button rel="submit">
<button type="sent">
<button href="form-submit">
<button type="submit">
<botton type="send">
Cual etiquetas contienen meta información de nuestra pagina?
<info>
<header>
<!DOCTYPE html>
<meta>
<script>
Como le indicamos al navegador que versión de HTML vamos a implementar?
<!DOCTYPE html>
<meta HTML version="5">
<html>
<meta HTML version="5">
<meta name="viewport" content="device-html-version=5">
como se crea una lista organizada
<div> <li>'Garfield'</li> <li>'Sylveste'</li> </div>
<ul> <lu>'Garfie'</lu> <lu>'Sylvest'</lu> </ul>
<ol> <li>'Garfield'</li> <li>'Sylveste'</li> </ol>
<section>
<span>
'Garfield'
</span>
<span>
'Sylvester'
</span>
</section>
<ul> <li>Garfield</li> <li>Sylvester</li> </ul>
Escoge las etiquetas de meta información
<meta>
<footer>
<title>
<link>
<span>
Como se agregar un marcador de posición en un input?
<div spotholder="ex"
/>
<input position="ex"
/>
<input nameholder="ex"/>
<input placeholder="ex"/>
<input placeholder : {ex} />
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 statements is false about hosting
Shared hosting is cheaper than dedicated hosting
Shared hosting is safer than dedicated hosting
Dedicated hosting is safer than shared hosting
Though more expensive than shared hosting, Dedicated hosting is more secure
Which of the following is not a web hosting company
Hostgator
Blue Host
WPX Hosting
Which of the following statements is true
The web designer shouldn’t just be concerned about the looks but also about user interface
Usability is very important in web design
a and b
None of the above
Which tag inserts a line horizontally on your web page?
<hr>
<line>
<line direction="horizontal">
<tr>
Tags and text that are not directly displayed on the page are written in _____ section.
<html>
<head>
<title>
<body>
A webpage displays a picture. What tag was used to display that picture?
picture
image
img
src
What is the correct HTML for making a hyperlink?
<a href=”http:// mcqsets.com“>Web Design Quiz</a>
<a name=”https://mcqsets.com“>Web Design Quiz</a>
<https://mcqsets.com</a>
url=”https://mcqsets.com“>Web Design Quiz
Choose the correct HTML tag for the smallest size heading?
<heading>
<h6>
<h1>
<head>
Which tag creates a check box for a form in HTML?
<checkbox>
<input type="checkbox">
<input=checkbox>
<input checkbox>
To create a combo box (drop down box) which tag will you use?
<select>
<list>
<input type="dropdown">
all of above
What is the correct HTML for adding a background color?
<body color=”yellow”>
<body bgcolor=”yellow”>
<body vlink="yellow">
<body background=”yellow”>
Which of the following HTML code is valid?
<font colour="red">
<font color="red">
<red><font>
All of above are style tags
Marquee is a tag in HTML to
mark the list of items to maintain in queue
Mark the text so that it is hidden in browser
Display text with scrolling effect
None of above
Which attribute you’ll use with TD tag to merge two cells horizontally?
merge=colspan2
rowspan=2
colspan=2
merge=row2
<b> tag makes the enclosed text bold. What is other tag to make text bold?
<strong>
<dar>
<black>
<emp>
Which of the following is not a valid alignment attribute?
Left
Right
Top
None of the above
When should you use path along with file name of picture in IMG tag?
path is optional and not necessary
when the location of image file and html file are different
when image file and html file both are on same location
path is always necessary when inserting image
HTML is what type of language ?
Scripting Language
Markup Language
Programming Language
Network Protocol
HTML uses
User defined tags
Pre-specified tags
Fixed tags defined by the language
Tags only for linking
The year in which HTML was first proposed _______.
1990
1980
2000
1995
Fundamental HTML Block is known as ___________.
HTML Body
HTML Tag
HTML Attribute
HTML Element
Apart from <b> tag, what other tag makes text bold ?
<fat>
<strong>
<black>
<emp>
What is the full form of HTML?
Hyper Text Markup Language
Hyper Teach Markup Language
Hyper Tech Markup Language
None of these
Who is Known as the father of World Wide Web (WWW)?
Robert Cailliau
Tim Thompson
Charles Darwin
Tim Berners-Lee
How can you make a bulleted list with numbers?
<dl>
<ol>
<list>
<ul>
What tag is used to display a picture in a HTML page?
picture
image
img
src
HTML web pages can be read and rendered by _________.
Compiler
Server
Web Browser
Interpreter
