wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

WT Assignment-1

Total questions: 15

Worksheet time: 11mins

Name
Class
Date
1.

which of the following is not a table tag

a)

table

b)

tr

c)

td

d)

tt

2.

Which selector in css is applied to entire web page rather than to specific tags used in web page

a)

Class

b)

Id

c)

Universal

d)

Generic

3.

which tag is used to create a textarea

a)

<textarea rows="" cols="">.....</textarea>

b)

<input type="textarea">

c)

<textarea rows="" cols=""/>

d)

<input type="text">

4.

Which is the correct tag representation for representing an image in html page

a)

<img source="" alternate="">

b)

<image source="" alternate="">

c)

<img src="" alt="">

d)

<image src="" alt="">

5.

Which of the following is not an HTML5 element

a)

article

b)

header

c)

footer

d)

wrapper

6.

which of the following is used to get highlighted text in HTML5

a)

<a>

b)

<b>

c)

<mark>

d)

<strike>

7.

The ………………… specifies whether a border should be solid, dashed line, dotted line, double line, groove, etc.

a)

border-layout

b)

border-decoration

c)

border-style

d)

border-weight

8.

In CSS tables, the possible values for the caption-side property can have the following values.

a)

top, bottom, left or right

b)

top, bottom, center, left or right

c)

top or bottom

d)

left or right

9.

The CSS links properties are

a)

:link, :visited, :hover, :active

b)

:link, :visit, :hover, :active

c)

:link, :visited, :over, :active

d)

:link, :visited, :hover, :active, :inactive

10.

Javascript is a ______ side scripting language

a)

server

b)

browser

c)

Both server and browser

d)

None of the above

11.

When interpreter encounters an empty statement in javascript, what it will do:

a)

Shows a warning

b)

Prompts to complete the statement

c)

Throws an error

d)

Ignores the statements

12.

XML stands for?

a)

Extensible Markup Language.

b)

Extensible Hypertext Markup Language.

c)

Extended Markup Language.

d)

Extend Markup Language

13.

Which of the following is the correct syntax of the declaration of XML version?

a)

<xml version="1.0" />

b)

<?xml version="1.0"?>

c)

<?xml version="1.0" />

d)

<?xml version=1.0 />

14.

The DTD starts with?

a)

declaration

b)

DOCTYPE delimiter

c)

DTD identifier

d)

DTD

15.

In external DTD elements are declared _______ the XML file.

a)

Inside

b)

After DOCTYPE

c)

Before DTD Body

d)

outside