wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

PF117

Total questions: 35

Worksheet time: 23mins

Name
Class
Date
1.
  1. What does HTML stand for?

a)

HYPERLINKS AND TEXT MARKUP LANGUAGE

b)

HOME TOOL MARKUP LANGUAGE

c)

HYPER TEXT MARKUP LANGUAGE

d)

HOW TO MAKE LUMPIA

2.

Choose the correct HTML element for the largest heading:

a)

<h1>

b)

<heading>

c)

<head>

d)

<h6>

3.

What is the correct HTML element for inserting a line break?

a)

<lb>

b)

<break>

c)

<br>

d)

</b>

4.

What is the correct HTML for adding a background color?

a)

<background>yellow</background>

b)

<body style="background-color: yellow;">

c)

<body bg="yellow">

d)

all of the above

5.

Choose the correct HTML element to define emphasized text

a)

<em>

b)

<italic>

c)

<i>

d)

all of the above

6.

What is the correct HTML for creating a hyperlink?

a)

<a name="http://www.facebook.com">Facebook Profile</a>

b)

<a url="http://www.facebook.com">Facebook Profile</a>

c)

<a href="http://www.facebook.com">Facebook Profile</a>

d)

<a>Facebook Profile</a>

7.

which character is used to indicate an end tag?

a)

(

b)

/

c)

*

d)

<

8.

Which of these elements are all <table> elements?

a)

<table><head><tfoot>

b)

<table><tr><td>

c)

<thead><body><tr>

d)

<table><tr><tt>

9.

Inline elements are normally displayed without starting a new line.

a)

TRUE

b)

FALSE

10.

What is the correct HTML for inserting a background image?

a)

<body style="background-image:url(background.gif)">

b)

<body bg="background.gif">

c)

<background img="background.gif">

d)

all of the above

11.

HTML comments start with <!-- and end with -->

a)

TRUE

b)

FALSE

12.

Which HTML element defines the title of a document?

a)

<title>

b)

<head>

c)

<meta>

d)

<charset>

13.

Which HTML Attribute specifies an alternate text for an image, if the image cannot be displayed?

a)

src

b)

title

c)

longdesc

d)

alt

14.

Which HTML element is used to specify a footer for a document or section?

a)

<bottom>

b)

<footer>

c)

<section>

d)

footer

15.

How do you group selectors?

a)

Separate each selector with a comma

b)

Separate each selector with a plus sign

c)

Separate each selector with a space

d)

all of the above

16.

How do you select all p elements inside a div element?

a)

div.p

b)

div p

c)

div + p

d)

all of the above

17.

How do you select elements with class name 'test'?

a)

.test

b)

#test

c)

test

d)

*test

18.

How do you select an element with id 'demo'?

a)

#demo

b)

*demo

c)

demo

d)

.demo

19.

How do you display a border like this:

The top border = 10 pixels
The bottom border = 5 pixels
The left border = 20 pixels
The right border = 1pixel?

a)

border-width:10px 5px 20px 1px;  

b)

border-width:10px 20px 5px 1px;

c)

border-width:10px 1px 5px 20px;  

d)

border-width:5px 20px 10px 1px;

20.

What is the correct CSS syntax for making all the <p> elements bold?

a)

<p style="text-size:bold;">

b)

p{text-size:bold}

c)

p{font-weight:bold;'}

d)

<p style="font-size:bold;">

21.

Which CSS property controls the text size?

a)

text-size

b)

font-style

c)

font-size

d)

text-style

22.

How do you insert a comment in a CSS file?

a)

/* this is a comment */

b)

'This is a comment

c)

//this is a comment

d)

// this is a comment//

23.

Which is the correct CSS syntax?

a)

body{color:black;}

b)

{body:color=black;}

c)

body:color=black;

d)

{body; color:black;}

24.

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

a)

<style>

b)

<css>

c)

<script>

d)

all of the above

25.

Where in an HTML document is the correct place to refer to an external style sheet?

a)

in the <head> section

b)

In the <body> section

c)

at the end of the document

d)

all of the above

26.

HTML stands for ?

(a)  

27.

it is a massive public network of networks,

a labyrinth of hardwired and wireless connection

between disparate drives on countless devices

scattered around the world.

(a)  

28.

HTTP stands for ?

(a)  

29.

it refers to how computers

communicate with each other using markup languages

and multimedia packages.

(a)  

30.

-it Is the software that resides on your machine

that permits you to display and interact with the

hypertext document. there are of two types:

Text-based and Graphic-based.

(a)  

31.

  • - It is an important

part of the url, which from a strictly technical

perspective provides a physical address of the Web

server to which the browser needs to connect.



(a)  

32.

URL stands for?

(a)  

33.

- At this stage of the web development life

cycle, the developer creates the data that

allows a customer to judge how the entire site

will look. In this phase flowchart is necessary

(a)  

34.

-Refinement of project goals into defines

functions and operations of the proposed application through intensive discussion

between web development services and the

client are achieved through this step.

(a)  

35.

- Is a process of evaluating the functionality of

a web. It checks using the check list

requirement whether the developed web

(a)