wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML EOPA Practice

Total questions: 53

Worksheet time: 27mins

Name
Class
Date
1.
The world's largest network is _______.
a)
the Internet
b)
the Internet of things
c)
the intranet
d)
the extranet
2.
A(n) ______ is any device, such as a computer, tablet, or smartphone, connected to a network.
a)
data packet
b)
Uniform Resource Locator (URL)
c)
wireframe
d)
node
3.
Each website contains a ______ page, which is the first document users see when they access the site.
a)
home
b)
documents
c)
tools
d)
server
4.
192.168.1.5 is an example of a(n) _______.
a)
Transmission Control Protocol (TCP) address
b)
Internet Protocol (IP) address
c)
Domain Name Number (DNN)
d)
Internet Access Control (IAC) address
5.
The ______ was created to resolve the difficulty in remembering and using Internet Protocol (IP) addresses to access websites.
a)
Domain Name System (DNS)
b)
Machine Access Control (MAC) system
c)
Computer Stack System (CSS)
d)
Shared Network Storage (SNS) system
6.
In order to view a webpage on any type of website, a device needs to have a web __________ installed.
a)
browser
b)
client
c)
manager
d)
server
7.
________ allows to create one website that provides an optimal viewing experience across a range of devices.
a)
Adaptive design
b)
Topographic design
c)
Responsive design
d)
Geographic design
8.
________ is an authoring language used to create documents for the web.
a)
Structured Query Language (SQL)
b)
Extensible Stylesheet Language (XSL)
c)
Unified Modeling Language (UML)
d)
Hypertext Markup Language (HTML)
9.
The _______ tag is used to display a horizontal rule across the page.
a)
<line>
b)
<across>
c)
<br>
d)
<hr>
10.
All HTML5 webpages must begin with the HTML element ______.
a)
<meta charset="UTF-8">
b)
<!DOCTYPE html>
c)
<HTML LANG="en">
d)
<html itemscope>
11.
WYSIWYG editors provide a graphical user interface to design a webpage, as opposed to the blank page provided in a text editor used to write code.
a)
True
b)
False
12.
Microsoft Word has a Save As Web Page option that converts a document into a Hypertext Markup Language (HTML) file by automatically adding HTML tags to the document.
a)
True
b)
False
13.
A web designer should always create pages for viewing by a diverse audience, including physically impaired global users.
a)
True
b)
False
14.
An embedded style sheet takes precedence over an external style sheet.​
a)
true
b)
false
15.
After creating a Cascading Style Sheets (CSS) file, it must be linked to all the webpages that will use its styles.
a)
true
b)
false
16.
Images help break up text and contribute to the design and aesthetics of a website.
a)
true
b)
false
17.
While optimizing an image, too much compression can degrade the quality of the image.
a)
true
b)
false
18.
A _______ element contains hyperlinks to other webpages within a website.
a)
head
b)
title
c)
nav
d)
footer
19.
The ______ tags contain the primary content of a webpage.
a)
<head> and </head>
b)
<page> and </page>
c)
<nav> and </nav>
d)
<main> and </main>
20.
Each page can have only one _____ element because its content should be unique to each page.
a)
nav
b)
main
c)
li
d)
div
21.
A ______ ensures that the webpage in a website share a standard layout.
a)
site index
b)
template
c)
flowchart
d)
wireframe
22.
______ must be inserted to add a starting <html> tag that defines the language as English.
a)
<html lang_pack="english">
b)
<html lang="en">
c)
<html LANG="ENGL">
d)
<html USER_LANG="en">
23.
______ is an example of a comment in Hypertext Markup Language (HTML).
a)
<!--This is my comment--!>
b)
<!-- This is my comment -->
c)
<--This is my comment-->
d)
</**This is my comment**/>
24.
All character entities start with ______.
a)
&
b)
;
c)
!
d)
<<
25.
All character entities end with ______ to signal to the browser that everything in between is an entity representing a symbol.
a)
;
b)
!
c)
<<
d)
&
26.
______ forces browsers to display a nonbreaking blank space.
a)
&bspn;
b)
&nbsp;
c)
&emsp;
d)
&mspe;
27.
A _______ tag is used to insert a line break in a Hypertext Markup Language (HTML) document.
a)
<hr>
b)
<div>
c)
<br>
d)
<p>
28.
The World Wide Web Consortium (W3C) recommends ______ all HTML documents and making it a part of webpage testing.
a)
validating
b)
authoring
c)
orienting
d)
repudiating
29.
The ______ element must be used to create paragraphs in the main area of a HTML code.
a)
<p>
b)
<br>
c)
<para>
d)
<td>
30.
A(n) ______ element begins with an <a> tag and ends with an </a> tag.
a)
absolute
b)
anchor
c)
email
d)
relative
31.
For email links, use anchor elements to link to an email address by including the href attribute followed by _____ and then the email address.
a)
sendto:
b)
mailto:
c)
copyto:
d)
referto:
32.
A(n) _____ is the smallest element of light or color on a device displaying images.
a)
src
b)
tag
c)
pixel
d)
mark
33.
An image's _____ text should be a brief description of the purpose of the image.
a)
alternative
b)
descriptive
c)
standard
d)
link
34.
The _____ tags must be at the start and end of heading level 1.
a)
<h1> and <h2>
b)
<h1> and </h2>
c)
<h1> and </h1>
d)
<h0> and </h1>
35.
A description list should be defined between a pair of ____ tags.
a)
<dl> and </dl>
b)
<dd> and </dd>
c)
<dt> and </dt>
d)
<ld> and </ld>
36.
The ____ tags must be at the start and end of an unordered list.
a)
<uoli> and </uoli>
b)
<ol> and </ol>
c)
<ul> and </ul>
d)
<dl> and </dl>
37.
The ____ tags must be at the start and end of an ordered list.
a)
<ol> and </ol>
b)
<ul> and </ul>
c)
<orli> and </orli>
d)
<dl> and </dl>
38.
. ​_____ is a language used to describe the formatting of a document written in a markup language such as Hypertext Markup Language (HTML) 5.
a)
Designing Style Sheets
b)
​Cascading Style Sheets
c)
Segregation Style Sheets
d)
Web paging Style sheets
39.
The best practice is to apply _____ styles when one wants to control the style of content within one pair of Hypertext Markup Language (HTML) tags.​
a)
embedded
b)
disc
c)
inline
d)
external
40.
The correct representation of a Cascading Style Sheets (CSS) comment is _____.​
a)
​//* Place your comment here *//
b)
​<*/ Place your comment here /*>
c)
​/* Place your comment here */
d)
​*/ Place your comment here /*
41.
An example of a _____ present in a browser is http://www.cengagebrain.com/shop/index.html.​
a)
Uniform Resource Locator (URL)
b)
tag
c)
header
d)
Digital Resource Identifier (DRI)
42.
The _____ develops and maintains web standards, language specifications, and accessibility recommendations.​
a)
Framework 7 Consortium (F7C)
b)
Networked Operations Consortium (NOC)
c)
Wireless Power Consortium (WPC)
d)
​World Wide Web Consortium (W3C)
43.
A _____ is located at the top of a webpage and identifies the site, often by displaying the business name or logo.
a)
footer
b)
copyright label
c)
header
d)
navigation pane
44.
The _____ area of a webpage contains the copyright and contact information.
a)
header
b)
navigation
c)
footer
d)
section
45.
The _____ attribute is used to identify the image file being inserted in a webpage.​
a)
src
b)
url
c)
loc
d)
load
46.
_____ is a starting div tag with an id attribute that has a value of menu.​
a)
​<div “id”=menu>
b)
​<html div id=”menu”>
c)
​<div “menu”=id>
d)
​<div id="menu">
47.
An embedded style sheet includes the style sheet within the _____ tags of the HTML document.​
a)
​<body> and </body>
b)
​<head> and </head>
c)
​<html> and </html>
d)
​<style> and </style>
48.
Content placed between the <head>…<head> tags appears on the webpage as part of the header element.​
a)
True
b)
False
49.
In Notepad++, the text entered in the text area scrolls continuously to the right unless the word wrap feature is enabled.​
a)
True
b)
False
50.
To add a document title, the title text must be typed between the starting and ending header tags.​
a)
True
b)
False
51.
Only images can serve as hyperlinks.​
a)
True
b)
False
52.
A hyperlink, more commonly called a link, is an element that connects one webpage to another webpage on the same server or to any other web server in the world.
a)
True
b)
False
53.
All browsers display webpages identically.
a)
True
b)
False