Font size
WorksheetsFSWD (Introduction to HTML)
Total questions: 46
Worksheet time: 23mins
Who is making the Web standards?
Mozilla
Microsoft
World Wide Web Consortium
HTML tag for the largest heading
<h1>
<h6>
<head>h1<head>
<heading>h6<heading>
HTML tag for inserting a line break
<break />
<lb />
<br />
<linebreak />
HTML tag to make a text bold
<b>
<bold>
<textbold>
<boldtext>
HTML tag for creating a hyperlink
<a>http://www.sample.com</a>
<a name=http://www.sample.com> Sample.com </a>
<a url=http://www.sample.com> Sample.com </a>
<a herf=http://www.sample.com> Sample </a>
Which of these tags are all <table> tags?
<table><tr><td>
<table><tr><tt>
<thead><body><tr>
<table><head><tfoot>
How can you make a list that lists the items with numbers? (1,2,... i,ii,.... I,II,...)
<ul>
<list>
<li>
<ol>
HTML tag for inserting an image
<img src="image.gif" alt="MyImage" />
<img href="image.gif" alt="MyImage" />
<image src="image.gif" alt="MyImage" />
<img alt="MyImage">image.gif</img>
The <hr> tag in HTML is used for
A. new line new paragraph
B. vertical ruler
C. new paragraph
D. horizontal ruler
A program in HTML can be rendered and read by
A. Web browser
B. Server
C. Interpreter
D. None of the above
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
HTML is a subset of
A.SGMT
B.SGML
C.SGMD
D.None of these
Which of the following is a container?
A.<SELECT>
B.<BODY>
C.<INPUT>
D.Both (a) and (b)
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
Choose the correct HTML element to define emphasized text
<italic>
<i>
<em>
<font>
HTML comments start with <!-- and end with -->
False
True
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
In HTML a color can be specified by using what?
HEX value
Color name
RGB value
All of these
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
rowspan="2"
one td or th spans 2 columns
all td or th spans 2 columns
one td or th spans 2 rows
one tr spans 2 rows
What is a rowspan?
An attribute that is used with <th> or <td> element to horizontally span two or more columns.
An open-source and front-end framework that contains HTML and CSS design templates.
An attribute that is used with <th> or <td> element to vertically span two or more rows
This is an element that we used on every website
What is a colspan?
An attribute that is used with <th> or <td> element to horizontally span two or more columns.
An open-source and front-end framework that contains HTML and CSS design templates.
An attribute that is used with <th> or <td> element to vertically span two or more rows
This is an element that we used on every website
What is a Bootstrap?
An attribute that is used with <th> or <td> element to horizontally span two or more columns.
An open-source and front-end framework that contains HTML and CSS design templates.
An attribute that is used with <th> or <td> element to vertically span two or more rows
This is an element that we used on every website
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
HTML5 documents may contains a ___________ element, which is used to set the header section of a document.
A. header
B. footer
C. section
D. none 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
Which of the following HTML attribute is used to define inline styles?
A. style
B. type
C. class
D. None of the above
Which of the following feature is a part of HTML 5?
A. Canvas
B. Audio & Video
C.Geo location
D .All of the above.
HTML5 documents may contains a ___________ element, which is used to set the header section of a document.
A. header
B. footer
C. section
D. none of the mentioned
What is the correct HTML for making a text area?
<input type="textbox">
<input type="textarea">
<textarea>
What is the correct HTML for making a drop-down list?
<list>
<input type="dropdown">
<input type="list">
<select>
In HTML, which attribute is used to specify that an input field must be filled out?
required
validate
formvalidate
placeholder
Which of the following defines the caption to a <fieldset> tag?
<legend>
<h1>
<caption>
<label>
The action attribute tells the form:
How to send the form's data
Where to send the form's data
When to send the form's data
The viewer never sees the transfer of data when the form uses <form method="get">.
True
False
______ tag represents self-contained content such as illustrations, photos, diagrams.
<figure>
<figcaption>
<canvas>
<nav>
Which of the following audio format is supported by HTML5?
.ogg
.wav
.mp3
All of the above
Canvas is able to draw the 2D graphics using______.
XML
HTML
Java Script
XHTML
Which of the following represents a set of predefined options for an <input> element?
<BRIEF>
<SUMMARY>
<DATALIST>
<MAIN>
______ can be termed as a special keyword used inside a tag to specify additional information about the tag and customize it.
Element
Attribute
custom
canvas
