wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

BWD QUIZ

Total questions: 30

Worksheet time: 15mins

Name
Class
Date
1.

URL is an acronym for

a)

Universal research locator

b)

Universal resource locator

c)

Uniform research locator

d)

Uniform resource locator

2.

Which of the following is correct?

a)

<meta name=" " content=" ">

b)

<meta> {name=" " content=" "} </meta>

c)

<meta name:" " content:" ">

d)

<meta> {name:" " content:" "} </meta>

3.

Which language is used for creating Web Pages?

a)

BASIC C

b)

PASCAL

c)

HTML

d)

ADVANCE JQ

4.

What is the abbreviation of HTTP?

a)

Hyper text transfer process

b)

Hyper taxt transfer protocol

c)

Hyper text transfer protocol

d)

Hyper text transform protocol

5.

The entire web document is contained within ____

a)

HTML element

b)

Web page

c)

Comments

d)

Tags

6.

HTML document should begin with the ____

a)

<html>

b)

<htm>

c)

<doctype html>

d)

<docTYPE html>

7.

The ____ passes the information given by the user to a specified program.

a)

Programmer

b)

Web server

c)

User

d)

Browser

8.

Which program is used by web clients to view the web pages?

a)

Web server

b)

Search Engine

c)

Web browser

d)

Protocol

9.

What are shared on the Internet and are called as Web pages?

a)

Programs

b)

Hypertext documents

c)

Cables

d)

None

10.

Which tag is used to display text in title bar of a web document?

a)

Body tag

b)

Comment tag

c)

Meta tag

d)

Title tag

11.

<p> is

a)

punctuation tag

b)

closing paragraph tag

c)

closing punctuation tag

d)

paragraph tag

12.

Which one is the smallest heading?

a)

h4

b)

h7

c)

h6

d)

h5

13.

What symbols go around the properties for each HTML tag?

a)

< >

b)

{ }

c)

[ ]

d)

( )

14.

Which symbol indicates properties of css ?

a)

{ }

b)

< >

c)

( )

d)

[ ]

15.

_____ is used to style web pages.

a)

HTML

b)

J-QUERY

c)

CSS

d)

PHP

16.

Set the color of the border

a)

border-color

b)

border color

c)

border-style{color}

d)

border:color

17.

</body> indicates ______

a)

body tag

b)

Closing body tag

c)

container of body

d)

none of above

18.

Root tag for HTML web page is _____

a)

<html>

b)

<Html>

c)

<htm>

d)

< doctype html>

19.

Where can we write the link for the css file?

a)

<head> </head>

b)

<style> </style>

c)

body {style=" "}

d)

<link="url">

20.

What is font-size and color called in CSS for the given example?

h1 { color: red; font-size; 24px }

a)

value

b)

property

c)

selector

d)

declaration

21.

Which HTML tag is used to define an internal style sheet?

a)

<css>

b)

<head>

c)

<style>

d)

<script>

22.

Which HTML attribute is used to define inline styles?

a)

P

b)

style

c)

font

d)

color

23.

which one is correct syntax for CSS comments?

a)

/* CSS */

b)

\* CSS *\

c)

</-- CSS --/>

d)

/* CSS *\

24.

The _____ property is used to set the horizontal alignment of a text.

a)

text-alignment

b)

text-align

c)

text=alignment

d)

"text : align"

25.

The _____ property specifies the type of positioning method used for an element

a)

position

b)

size

c)

type

d)

alignment

26.

The _____ tag is used to define a caption for the HTML form.

a)

<legend>

b)

<label>

c)

<fieldset>

d)

<caption>

27.

The _____ tag defines a division or a section in an HTML document.

a)

<span>

b)

<div>

c)

<sec>

d)

<dir>

28.

Define important text in a document:

a)

<b>

b)

<big>

c)

<strong>

d)

<embed>

29.

The _____ element is used to create a pull-down list

a)

<select>

b)

<drop-down>

c)

<option>

d)

<opt-group>

30.

The _____ tag is used to embed video content in a document

a)

<vid>

b)

<video>

c)

<embed>

d)

<source>