Font size
WorksheetsHTML Quizz-01
Total questions: 75
Worksheet time: 48mins
What is HTML?
HTML describes the structure of a webpage
HTML is the standard markup language mainly used to create web pages
HTML consists of a set of elements that helps the browser how to view the content
All of the mentioned
Who is the father of HTML?
Rasmus Lerdorf
Tim Berners-Lee
Brendan Eich
Sergey Brin
What is the correct syntax of doctype in HTML5?
</doctype html>
<doctype html>
<doctype html!>
<!doctype html>
In which part of the HTML metadata is contained?
head tag
title tag
html tag
body tag
Which element is used to get highlighted text in HTML5?
<u>
<mark>
<highlight>
<b>
Which of the following is not a HTML5 tag?
<track>
<video>
<slider>
<source>
How do we write comments in HTML?
</…….>
<!……>
</……/>
<…….!>
Which of the following is not the element associated with the HTML table layout?
alignment
color
size
spanning
Which element is used for or styling HTML5 layout?
CSS
jQuery
JavaScript
PHP
Which HTML tag is used to insert an image?
<img url=”htmllogo.jpg” />
<img alt=”htmllogo.jpg” />
<img src=”htmllogo.jpg” />
<img link=”htmllogo.jpg” />
Which of the following HTML code will make an image clickable?
<a href="https://www.adityatekkali.edu.in/">AITAM Home Page</a>
<img src="https://www.adityatekkali.edu.in/aitam-logo">
<a href="https://www.adityatekkali.edu.in/">AITAM Home Page</a>
</img>
<a href="https://www.adityatekkali.edu.in/">AITAM Home Page</a> <img src="https://www.adityatekkali.edu.in/AITAM-logo" />
<a href="https://www.adityatekkali.edu.in/">
<img src="https://www.adityatekkali.edu.in/AITAM-logo" />
</a>
In HTML, which attribute is used to create a link that opens in a new window tab?
src=”_blank”
alt=”_blank”
target=”_self”
target=”_blank”
Which HTML element is used for short quote?
<em>
<abbr>
<q>
<blockquote>
What is the work of <address> element in HTML5?
contains IP address
contains home address
contains url
contains contact details for author
Which of the following tag is used to create a text area in HTML Form?
<textarea> </textarea>
<text></text>
<input type=”text” />
<input type=”textarea” />
To show deleted text, which HTML element is used?
<del>
<em>
<strong>
<ins>
What is the correct syntax of web address?
port://domain.filenmae:path/scheme/prefix
prefix://scheme.port:domain/filename/path
path://prefix.port:domain/filename/scheme
scheme://prefix.domain:port/path/filename
Which tag is used to create a blank line in HTML?
<b>
<br>
<em>
<a>
Which attribute is not essential under <iframe>?
frameborder
width
height
src
Group of webpages is called _____.
Website
Web browser
Web Search engine
None of the above
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.
How more than one option can be selected in drop down?
Use of multiple attribute inside <option> tag.
Use of multiple attribute inside <select> tag.
Use of multiple attribute inside <text> tag.
It is not possible to select more than one option in drop down.
Which portion of this tag is the text that will show up if there is a problem with my photo link?
<img src="cat.jpeg" alt="cat jumping"/>
img src=
cat.jpeg
cat jumping
alt=
<input type="___________" name="gender" value="male"> Male
<input type="___________" name="gender" value="female">Female
(Fill the type of input which used to select just one option.)
(a)
This is also a single-line text input but it masks the character as soon as the user enters
Single line text input
Multi line text input
Password input controls
Checkbox controls
There are (a) types of text input used on forms
HTML form is used for/to
Collect user input
It is not a section of a document
Contains password control only
Users can enter data in specific fields
to capture website visitors' information
Which tag used to groups the related element in a form.
<input>
<optgroup>
<legend>
<fieldset>
Which following element contains data that isn't directly displayed on a web page? But could be displayed somewhere else other than the web page? (think outside the web page itself).
<title>Example<title>
<h ref=>
<body>
<br>
Which of the following code is in the proper order to display the Site Title: Brown Bears?
<html>, <body>, <head>, <title>
<DOC TYPE! html>, <html>, <body>, <head>, <title>
<!DOC TYPE html>, <html>, <body>, <head>, <title>
<!DOC TYPE html>, <body>, <html>, <head>, <title>
Can an ordered list and or an unordered list contain the anchor tag?
Yes
No
Which of the following <h> tags will have the highest number , with the smallest font size?
<h1>
<h2>
<h3>
<h4>
h10
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>
Which character is used to indicate an end tag?
/
*
&
^
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">
Which among the following is correct HTML code for making a checkbox?
<checkbox>
<input type="checkbox">
<check>
<input type="check">
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
Which of the following feature is a part of HTML 5?
A. Canvas
B. Audio & Video
C.Geo location
D .All of the above.
Which of the following HTML 4 attributes is removed in HTML5?
A. text
B. rules
C. link
D. all of the mentioned
What is a search engine?
a. a program that searches engines
b. a web site that searches anything
c. a hardware component
d. a machinery engine that search data
www is based on which model?
A.Local-server
B.Client-server
C.3-tier
D.None of these
What are Empty elements and is it valid?
A. No, there is no such terms as Empty Element
B. Empty elements are element with no data
C. No, it is not valid to use Empty Element
D. None of these
Which of the following is a container?
A.<SELECT>
B.<BODY>
C.<INPUT>
D.Both (a) and (b)
To create HTML page, you need
A. Web browser
B. Text editor
C. Both A & B
D. None of the above
WYSIWYG
A. What You See Is What You Get
B.What You See Is What You Gain
C. When You Star Is When You Go
None of the above
What is a style sheet?
A style sheet is used to build a consistent, transportable, and well-designed style template.
To create a multicolor text on a web page
It is used to define a container for navigation links
It is used to define content aside from the content
HTML5 is
HTML+CSS3+Java Script APIs
HTML+CSS1+Java Script APIs
HTML+Java Script APIs
HTML+CSS2
Which rule set would change the font size to 24?
font-size: 24
size: 24;
font-size: 24;
font size: 24;
Which CSS selector applies to the yellow element(s) only? Select the correct answers!
li a{ ... }
li.a{ ... }
li, a{ ... }
li-a{ ...}
none of the above
What will this rule set create?
h1 {
text-decoration: underline overline dotted red;
}
red waves under the heading
red dots over and under the heading
red waves over and under the heading
red dots over the heading
The property in CSS used to change the background color of an element is :-
bgcolor
color
Background-color
All of the above
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
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.
What HTML input type is used to create this form selections?
<input type="text">
<input type="submit">
<input type="password">
<input type="radio">
What HTML input type is used to create this form checkbox?
<input type="text">
<input type="checkbox">
<input type="password">
<input type="radio">
__________ provides an easy way to collect required information from web page visitors.
Link
Form
Image
None of the above
Forms can be sent using one of two methods __________ or __________
get or post
send or receive
open or close
yes or no
You can limit the characters a user may enter into the text field. For example date would be 4 numbers.
Minimumlength
Maxlength
Limit
Width
With the ____________________ method, the values from the form are added to the end of the URL specified in the action attribute.
GIF
ASK
Post
Get
Which of the following is not set with font-style property?
font-style: normal
font-style: italic
font-style: oblique
font-style: capitalize
What should be set with text-align property so that every line has equal width like in magazines and newspapers?
text-align: justify
text-align: none
text-align: bottom
text-align: top
Which of the following is not used with text-decoration property?
overline
underline
line-through
inline
How <bdo> element works?
override text direction
stops writing in the current text direction
only override direction of rtl text
only changes the direction of ltr text
For smaller text which element is used?
<tiny>
<min>
<small>
<em>
