wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML PROGRAMMING

Total questions: 10

Worksheet time: 6mins

Name
Class
Date
1.

HTML stands for?

a)

Hyper Text Markup Language

b)

High Text Markup Language

c)

Hyper Tabular Markup Language

d)

None of these

2.

Which of the following tag is used to mark a begining of paragraph ?

a)

<TD>

b)

<br>

c)

<P>

d)

<TR>

3.

From which tag descriptive list starts ?

a)

<LL>

b)

<DD>

c)

<DL>

d)

<DS>

4.

Correct HTML tag for the smallest heading is

a)

<head>

b)

<h6>

c)

<heading>

d)

<h1>

5.

Web pages starts with which of the following tag?

a)

<Title>

b)

<HTML>

c)

<Body>

d)

<Form>

6.

A CSS consists of

a)

selector

b)

html coding

c)

declaration blocks

d)

web pages

7.

The attribute, which define the relationship between current document and HREF URL is

a)

REL

b)

URL

c)

REV

d)

all of these

8.

A declaration box consists of

a)

Property

b)

Value

c)

Selector

d)

paragraph tags

9.

Can the element <First> be replaced with <first>

a)

Yes, because HTML is case sensitive

b)

No, because HTML is not case sensitive

c)

Tag <First> is only correct

d)

Tag <first> is only correct

e)

None of these

10.

What's the correct syntax for inserting an hyperlink in html?

a)

<a src = "..........."> Link Text </a>

b)

<a href = "..........."> Link Text </a>

c)

<a href = "..........."> Link Text </src>

d)

<a href = "..........."> Link Text <a>