wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML+CSS Champ

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

HTML is what type of language ?

a)

Scripting Language

b)

Markup Language

c)

Programming Language

d)

Network Protocol

2.

HTML uses

a)

User defined tags

b)

Pre-specified tags

c)

Fixed tags defined by the language

d)

Tags only for linking

3.

The year in which HTML was first proposed _______.

a)

1990

b)

1980

c)

2000

d)

1995

4.

Fundamental HTML Block is known as ___________.

a)

HTML Body

b)

HTML Tag

c)

HTML Attribute

d)

HTML Element

5.

Apart from <b> tag, what other tag makes text bold ?

a)

<fat>

b)

<strong>

c)

<black>

d)

<emp>

6.

What is the full form of HTML?

a)

Hyper Text Markup Language

b)

Hyper Teach Markup Language

c)

Hyper Tech Markup Language

d)

None of these

7.

Who is Known as the father of World Wide Web (WWW)?

a)

Robert Cailliau

b)

Tim Thompson

c)

Charles Darwin

d)

Tim Berners-Lee

8.

How can you make a bulleted list with numbers?

a)

<dl>

b)

<ol>

c)

<list>

d)

<ul>

9.

What tag is used to display a picture in a HTML page?

a)

picture

b)

image

c)

img

d)

src

10.

HTML web pages can be read and rendered by _________.

a)

Compiler

b)

Server

c)

Web Browser

d)

Interpreter

11.

CSS stands for

a)

Cascading style sheet

b)

Cyber style sheet

c)

Cassandra style sheet

d)

None of the above

12.

What are the three types of style sheet

a)

Internal, external, inline

b)

Inline, internal, extreme

c)

Insidious, internal, external

d)

None of the above

13.

<link type="stylsheet" href="exx.css"> belongs to

a)

External

b)

Internal

c)

Inline

d)

None of the above

14.

Stye tag will come inside body for

a)

External

b)

Inline

c)

Internal

d)

All of the above

15.

Style will come inside head for

a)

External

b)

Inline

c)

Internal

d)

All of the above

16.

When CSS is written inside HTML it will be saved as

a)

css

b)

Jsp

c)

html

d)

php

17.

External css file will be saved as

a)

.css

b)

.html

c)

.php

d)

None of the above

18.

When you use class selector

What should present infront of classname

a)

#

b)

&

c)

@

d)

.

19.

When you use id selector

What should present infront of idname

a)

?

b)

@

c)

#

d)

.

20.

Is CSS

a)

Used in client side scripting

b)

Used in server side scripting

c)

Both server and client side scripting

d)

None of the above