wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

PF117 WEEK 4 -3

Total questions: 40

Worksheet time: 36mins

Name
Class
Date
1.

It is refers to the textual, aural, or

visual content published on a website.

(a)  

2.

it is the special language used to

tell browsers how to display web pages.

(a)  

3.

it is refers to how the website is

set up, i.e. how the individual subpages are

linked to one another.

(a)  

4.

is a web interface that allows you

to add content to your website with minimal

technical knowledge.

(a)  

5.

it is essential to run a website successfully.

(a)  

6.

it is a computer program that let

a user enter, change, store, and usually print

text (characters and numbers, each encoded by

the computer and its input and output devices,

arranged to have meaning to users or to other

programs).

(a)  

7.

stands for Search Engine

Optimization, is the process of making a

website more visible in search results, also

termed improving search rankings

(a)  

8.

Available only for Windows users,

Notepad ++ is a free source code editor

written in C++.

(a)  

9.

it is free HTML editor

edition of their IDE—which

supports all the programming

languages you will ever need is

a great choice.

(a)  

10.

These useful shortcuts

come built-in to VS Code,

and they make writing

HTML (and CSS) a lot

faster.

(a)  

11.

To save switching

between windows, VS Code offers an integrated terminal or

CLI.

(a)  

12.

is a powerful and

popular linting tool, which

helps you spot errors in

your code and fix them as

you write, and which

helps you follow common

best-practices.

(a)  

13.

This code editor is not free - with a license

costing 70 dollars - but you can download

a free trial version. 

(a)  

14.

is a widely used

framework among today's front-end

developers.

(a)  

15.

it is the other

major HTML5 framework.

(a)  

16.

it is a framework for creating

native mobile applications in HTML5.

This framework uses CSS3 transitions

to optimize site performance on

mobile devices, enabling the developer

to design carousels with flickable.js.

(a)  

17.

is an easy to implement

JavaScript library. You only need to

download the source code and extract and

save the .js and .swf files somewhere in

the project.

(a)  

18.

is an HTML5 video and

audio player. To add it to your site, all you

must do is insert some script into the

<head> of your project.

(a)  

19.

This contains the information about the

HTML document. For Example, Title of the page,

version of HTML, Meta Data etc.

(a)  

20.

This contains everything you want to

display on the Web Page.

(a)  

21.

This tag is used to tells the

HTML version. This currently tells that the version

is HTML 5.

(a)  

22.

these tag contains metadata, title, page

CSS etc.

(a)  

23.

This element Used to enclose all the data which a web

page has from texts to links.

(a)  

24.

Usually a big strip across the top

with a big heading, logo, and perhaps a

tagline. This usually stays the same from one

webpage to another.

(a)  

25.

Links to the site's main

sections; usually represented by menu

buttons, links, or tabs. Like the header, this content usually remains consistent from one webpage

to another, having inconsistent navigation on your website

will just lead to confused, frustrated users.

(a)  

26.

A big area in the center that

contains most of the unique content of a

given webpage, for example, the video you

want to watch, or the main story you're

reading, or the map you want to view, or the

news headlines, etc.

(a)  

27.

Some peripheral info, links, quotes,

ads, etc. Usually, this is contextual to what is

contained in the main content (for example

on a news article page, the sidebar might

contain the author's bio, or links to related

articles) but there are also cases where you'll

find some recurring elements like a

secondary navigation system.

(a)  

28.

A strip across the bottom of the page

that generally contains fine print, copyright

notices, or contact info. It's a place to put

common information (like the header) but

usually, that information is not critical or

secondary to the website itself.

(a)  

29.

It is added on the webpage

as text blocks or within images. The best written

content is unique textual web content that is free

from plagiarism.

(a)  

30.

can be added with

the help of Flash, Ajax, GIF images as well as

other animation tools.

(a)  

31.

it is short for hyperlink, is an HTML object

that allows you to jump to a new location when

you click or tap it.

(a)  

32.

it is the building blocks of your site

pages and page templates. Combined, they provide

the page’s structure and content.

(a)  

33.

What are the two main parts of an HTML Document?

a)

A. Header and Footer

b)

B. Head and Body

c)

C. Navigation and Main

d)

D. Sidebar and Content

34.

What is the name of the area that contains most of the unique content of a given webpage?

a)

A. Main Content

b)

B. Header

c)

C. Sidebar

d)

D. Footer

35.

What is the name of the attribute used in HTML links that indicates the link's destination? A. URL B. href C. Link D. Link text

a)

A. URL

b)

B. href

c)

C. Link

d)

D. Link text

36.

The _______ of a website refers to how the individual subpages are linked to one another.

a)

A. Web content

b)

B. Web code

c)

C. Web structure

d)

D. Web tool

37.

A _______ is a web interface that allows users to add content to a website with minimal technical knowledge. A. Web content management B. Text editor C. Web tool

a)

A. Web content management

b)

B. Text editor

c)

C. Web tool

d)

D. Web structure

38.

_______ is the most common web coding language.

a)

A. HTML

b)

B. XML

c)

C. CSS

d)

D. JavaScript

39.

Web pages are made up of _______.

a)

A. Applications and graphics

b)

B. Content and formatting

c)

C. Databases and servers

d)

D. Libraries and widgets

40.

Notepad++ is a(n) _______ code editor.

a)

A. Open source

b)

B. Proprietary

c)

C. Commercial

d)

D. Freeware