wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Web Technologies Quiz

Total questions: 70

Worksheet time: 13mins

Name
Class
Date
1.

What is the correct HTML for creating a hyperlink?

a)

<a>https://www.xyz.com</a>

b)

XYZ<a>https://www.xyz.com</a>

c)

<a>https://www.xyz.com</a>XYZ

d)

<a href=https://www.xyz.com>XYZ</a>

2.

Apart from using tag for bold, we also ___________ tag for bold.

a)

<STRONG>

b)

<SMALL>

c)

<EM>

d)

<S>

3.

  1. <OL> tag is used to create ________.

a)

unordered list

b)

ordered list

c)

definition list

d)

bulleted list

4.

In HTML form, <input type =text> is used for ____________.

a)

one line text

b)

multiple lines text

c)

block of text

d)

All of the above

5.

HTML documents are saved with _________extension.

a)

.htm

b)

.html

c)

.htl

d)

.htmls

6.

__________ is the main root in creation of webpage.

a)

HTML

b)

Head

c)

Body

d)

Style

7.

Which HTML tag is used to display the base value in expression, i.e.H2O?

a)

<sub>

b)

<sup>

c)


<br>

d)

<pre>

8.

In

, color:red; is called as ____________________.

a)

Selector

b)

Declaration

c)

Property

d)

Value

9.

Which of the property defines the time length that a transition takes place?

a)

transition-property

b)

transition-delay

c)

transition-time

d)

transition-transform

10.

______ property is used to set the background image of an element.

a)

background-color

b)

background-image

c)

bg-image

d)

bg-color

11.

Which CSS property is used to change the font style of an element?

a)

font-variant

b)

font-face

c)

font-family

d)

font-style

12.

Id selector is applied with _________ symbol.

a)

.

b)

@

c)

#

d)

!

13.

Which of the following tag is used for inserting the largest heading in HTML.

a)

<h1>

b)

<h2>

c)

<h5>
d)

<h6>
14.

Which HTML tag is used to display the power in expression, i.e., (a2 - b2)?

a)

<sub>

b)

<sup>

c)


<br>

d)

<pre>

15.

<a> and </a> are the tags used for ____________

a)

Adding images

b)

Aligning text

c)

Audio-voiced text

d)

Adding hyperlinks

16.

Which of the following tag is used to define options in a drop-down selection list?

a)

<select>

b)

<list>

c)

<dropdown>

d)

<option>

17.

Apart from using <i> tag for italics, we also ___________ tag for italics.

a)

<strong>

b)

<small>

c)

<em>

d)

<s>

18.

Which of the following CSS selectors are used to specify a group of elements?

a)

Id selector

b)

class selector

c)

universal selector

d)

element selector

19.

Which of the following type of HTML tag is used to define an external style sheet?

a)

<style>

b)

<link>

c)

<script>

d)

<div>

20.

Which property is used to define the text color?

a)

text-color

b)

color

c)

font-color

d)

color-text

21.

What order will the margins be added in the code? p{margin:5px 5px 6px 10px}

a)

Top Right Left Bottom

b)

Top Right Bottom Left

c)

Left Bottom Top Right

d)

Top Left Bottom Right

22.

________ property selects a normal or small-caps face from a font family.

a)

font-weight

b)

font-family

c)

font-synthesis

d)

font-variant

23.

Which of the following is the correct syntax for referring the external style sheet?

a)

<style sure=example.css>

b)

<style src="example.css>

c)

example.css

d)

<link rel="stylesheet" type="text/css" href="example.css">

24.

The CSS property used to control the element's font-size is __________.

a)

text-style

b)

text-size

c)

font-size

d)

None of the above

25.

Which of the following is the correct syntax to make the background-color of all paragraph elements to yellow?

a)

p {background-color : yellow;}

b)

p {background-color : #yellow;}

c)

all {background-color : yellow;}

d)

all p {background-color : #yellow;}

26.

How to select the elements with the class name "example"?

a)

example

b)

#example

c)

.example

d)

Class example

27.

Which of the following is not a value of the font-variant property in CSS?

a)

normal

b)

small-caps

c)

large-caps

d)

inherit

28.

In <h1style="color.red; border-style:groove>;color and border are known as

a)

selector

b)

declaration

c)

property

d)

value

29.

In <h1style="color. red; border-style: groove>;red and groove are known as

a)

selector

b)

declaration

c)

property

d)

value

30.


are used to divide your browser window into multiple sections where each section can load a separate HTML document.



(a)  

31.


- describes the structure of a Web page.



(a)  

32.

The first version of HTML was written by ------------------in 1993.

a)

Tim Berners

b)

Tim Juliet

c)

Jack

33.




-- is used to change the face, size and color for the text in the web page.



(a)  

34.

<s> represents

a)

strike tag

b)

underline tag

c)

bold tag

35.


<hr> represents horizontal ruler tag.

a)

horizontal

b)

vertical

c)

diagonal

36.

<pr> tag represents predetermined format.

a)

predetermined

b)

formatted

c)

plain

d)

paragragh

37.

HTML tag is used to display the text with scrolling effect.

a)

<scrolling>

b)

<static>

c)

<fixed>

d)

<marquee>

38.

Definition list make use of

,
,
tags.

a)

<dl>

b)

<dt>

c)

<dt>

d)

all of the above

39.

In HTML, Tags having both opening and closing tags are known as -----------

a)

paired

b)

padded

c)

closed

d)

All of the above

40.





- defines the table caption.



(a)  

41.


- defines a row in a table.

a)

<tr>

b)

<td>

c)

<tt>

d)

<row>

42.

<td> defines a cell data in a table.

a)

cell in table

b)

data in table

c)

row in table

d)

All of the above

43.

<th> defines table headings.

a)

headings

b)

footings

c)

titles

44.



- is an empty tag.

a)

empty

b)

filled

c)

closed

d)

input

45.

If we want multi line text, we can use ========= control in forms.

a)

textarea

b)

input

c)

select

46.

In case, we need to select any one of the available options, we can use

a)

radio

b)

select

c)

Both A and B

d)

None of the above

47.

Increasing the distance between cell and the cell content is known as

a)

cell padding

b)

cell spacing

c)

cell margin

48.

The ------------

tag is used to group related elements in a form.

a)

group tag

b)

separate tag

c)

combine tag

d)

fieldset tag

49.

CSS stands for --------------

a)

Cascading style sheet

b)

Compiling style sheet

c)

Creating style sheet

50.

Universal selector is indicated with ------------ symbol

a)

*

b)

#

c)

.

d)

<>

51.

Id selector is indicated with # symbol within the