wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Structure of a Webpage

Total questions: 20

Worksheet time: 5mins

Name
Class
Date
1.
________ is a formal language that specifies a set of instructions that can be used to produce various kinds of output. 
a)
Markup Language
b)
Programming Language
c)
Scripting Language
d)
Machine Language
2.
________ is used to create programs that implement specific algorithms.
a)
Markup Language
b)
Programming Language
c)
Scripting Language
d)
Machine Language
3.
Which of the following is NOT a programming language?
a)
Java
b)
PHP
c)
PEARL
d)
Ruby
4.
Which of the programming language is not use for building webpages?
a)
PHP
b)
Javascript
c)
Objective-C
d)
ASP
5.
This programming language is used to develop applications in iOS devices.
a)
Java
b)
Objective-C
c)
ASP
d)
Javascript
6.
A programming language that supports scripts.
a)
Scripting Language
b)
Markup Language
c)
Object-Oriented Programming Language
d)
Procedural Programming Language
7.
Languages designed for the processing, definition, and presentation of text.
a)
Scripting Language
b)
Markup Language
c)
Object-Oriented Programming Language
d)
Procedural Programming Language
8.
Refers to any aspect of the design process that appears in or relates directly to the browser.
a)
Front-end Design
b)
Back-end Design
9.
Refers to the programs and scripts that work on the server behind the scenes to make web pages dynamic and interactive
a)
Front-end Design
b)
Back-end Design
10.
Which of the following is NOT considered as part of the tasks of a front-end developer?
a)
Graphic Design
b)
Forms Processing
c)
Style Sheet Development
d)
Image Production
11.
First proposed HTML at the European Laboratory for Particle Physics (CERN) in 1989
a)
Tim Berners-Lee
b)
Ethan Marcotte
c)
Dan Cederholm
d)
Karen McGrane
12.
The most basic building block of the Web
a)
HTML
b)
PERL
c)
ASP
d)
PHP
13.
The organization that oversees the development of web technologies
a)
W3C
b)
WWW
c)
WC3
d)
WW3
14.
Which of the following software is a text editor?
a)
Command Prompt
b)
Notepad++
c)
TextBuild 1.0
d)
WordStar
15.
This HTML tag defines that a document is a HTML5 file.
a)
<!DOCTYPE html5> 
b)
<!DOCTYPE html> 
c)
<DOCTYPE html5> 
d)
<!DOCTYPE_html> 
16.
HTML tag that specifies the title for the document.
a)
<title></title>
b)
<head></head>
c)
<head></head>
d)
<html></html>
17.
HTML tag that defines a large heading.
a)
<h1>
b)
<p1>
c)
<l1>
d)
<b1>
18.
HTML element that contains the visible page content
a)
<body>
b)
<main>
c)
<center>
d)
<index>
19.
HTML tag to insert images.
a)
<img src="img01.jpg">
b)
<imgsrc="img01.jpg">
c)
<img_src="img01.jpg">
d)
<img src="img01jpg">
20.
Which of the following programming languages is open source?
a)
PHP
b)
ASP
c)
Visual Basic
d)
C#