Font size
WorksheetsWeb Technologies Quiz
Total questions: 70
Worksheet time: 13mins
What is the correct HTML for creating a hyperlink?
<a>https://www.xyz.com</a>
XYZ<a>https://www.xyz.com</a>
<a>https://www.xyz.com</a>XYZ
<a href=https://www.xyz.com>XYZ</a>
Apart from using tag for bold, we also ___________ tag for bold.
<STRONG>
<SMALL>
<EM>
<S>
<OL> tag is used to create ________.
unordered list
ordered list
definition list
bulleted list
In HTML form, <input type =text> is used for ____________.
one line text
multiple lines text
block of text
All of the above
HTML documents are saved with _________extension.
.htm
.html
.htl
.htmls
__________ is the main root in creation of webpage.
HTML
Head
Body
Style
Which HTML tag is used to display the base value in expression, i.e.H2O?
<sub>
<sup>
<br>
<pre>
In
, color:red; is called as ____________________.
Selector
Declaration
Property
Value
Which of the property defines the time length that a transition takes place?
transition-property
transition-delay
transition-time
transition-transform
______ property is used to set the background image of an element.
background-color
background-image
bg-image
bg-color
Which CSS property is used to change the font style of an element?
font-variant
font-face
font-family
font-style
Id selector is applied with _________ symbol.
.
@
#
!
Which of the following tag is used for inserting the largest heading in HTML.
<h1>
<h2>
<h5>
<h6>
Which HTML tag is used to display the power in expression, i.e., (a2 - b2)?
<sub>
<sup>
<br>
<pre>
<a> and </a> are the tags used for ____________
Adding images
Aligning text
Audio-voiced text
Adding hyperlinks
Which of the following tag is used to define options in a drop-down selection list?
<select>
<list>
<dropdown>
<option>
Apart from using <i> tag for italics, we also ___________ tag for italics.
<strong>
<small>
<em>
<s>
Which of the following CSS selectors are used to specify a group of elements?
Id selector
class selector
universal selector
element selector
Which of the following type of HTML tag is used to define an external style sheet?
<style>
<link>
<script>
<div>
Which property is used to define the text color?
text-color
color
font-color
color-text
What order will the margins be added in the code? p{margin:5px 5px 6px 10px}
Top Right Left Bottom
Top Right Bottom Left
Left Bottom Top Right
Top Left Bottom Right
________ property selects a normal or small-caps face from a font family.
font-weight
font-family
font-synthesis
font-variant
Which of the following is the correct syntax for referring the external style sheet?
<style sure=example.css>
<style src="example.css>
<link rel="stylesheet" type="text/css" href="example.css">
The CSS property used to control the element's font-size is __________.
text-style
text-size
font-size
None of the above
Which of the following is the correct syntax to make the background-color of all paragraph elements to yellow?
p {background-color : yellow;}
p {background-color : #yellow;}
all {background-color : yellow;}
all p {background-color : #yellow;}
How to select the elements with the class name "example"?
example
#example
.example
Class example
Which of the following is not a value of the font-variant property in CSS?
normal
small-caps
large-caps
inherit
In <h1style="color.red; border-style:groove>;color and border are known as
selector
declaration
property
value
In <h1style="color. red; border-style: groove>;red and groove are known as
selector
declaration
property
value
are used to divide your browser window into multiple sections where each section can load a separate HTML document.
(a)
- describes the structure of a Web page.
(a)
The first version of HTML was written by ------------------in 1993.
Tim Berners
Tim Juliet
Jack
-- is used to change the face, size and color for the text in the web page.
(a)
<s> represents
strike tag
underline tag
bold tag
<hr> represents horizontal ruler tag.
horizontal
vertical
diagonal
<pr> tag represents predetermined format.
predetermined
formatted
plain
paragragh
<scrolling>
<static>
<fixed>
<marquee>
Definition list make use of
- ,
- ,
- tags.
<dl>
<dt>
<dt>
all of the above
In HTML, Tags having both opening and closing tags are known as -----------
paired
padded
closed
All of the above
- defines the table caption.
(a)
- defines a row in a table.
<tr>
<td>
<tt>
<row>
<td> defines a cell data in a table.
cell in table
data in table
row in table
All of the above
<th> defines table headings.
headings
footings
titles
- is an empty tag.
empty
filled
closed
input
If we want multi line text, we can use ========= control in forms.
textarea
input
select
In case, we need to select any one of the available options, we can use
radio
select
Both A and B
None of the above
Increasing the distance between cell and the cell content is known as
cell padding
cell spacing
cell margin
The ------------
tag is used to group related elements in a form.
group tag
separate tag
combine tag
fieldset tag
CSS stands for --------------
Cascading style sheet
Compiling style sheet
Creating style sheet
Universal selector is indicated with ------------ symbol
*
#
.
<>
Id selector is indicated with # symbol within the
