wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML Fundamentals

Total questions: 25

Worksheet time: 13mins

Name
Class
Date
1.

The world's largest network is ____.

a)

the Internet

b)

the World Wide Web

c)

Newsnet

d)

both the Internet and the World Wide Web

2.

In order to view a Web page on any type of a Web site, a computer needs to have a Web ____.

a)

browser

b)

client

c)

manager

d)

explorer

3.

____ is the authoring language used to create documents on the World Wide Web

a)

URL

b)

XHTML

c)

HTTP

d)

HTML

4.

The ___ tag is used to display a horizontal rule across the page.

a)

<line>

b)

<across>

c)

<rule>

d)

<hr/>

5.

The most recent version of HTML is HTML ___.

a)

4.01

b)

3.2

c)

5

d)

5.5

6.

You can create Web pages using HTML with a simple ___, such as Notepad, Caret, or Atom.

a)

text editor

b)

HTML editor

c)

WYSIWYG editor

d)

development editor

7.

The ___ element tag indicates the text is a top-level heading.

a)

<h0>

b)

<h1>

c)

<h6>

d)

<h7>

8.

HTML elements should be used properly to describe each section of the document based on the ____ structure of the document.

a)

programming

b)

design

c)

coding

d)

logical

9.

The need for new markup languages and standards to address new demands is handled by the _____.

a)

WC

b)

W1C

c)

W2C

d)

W3C

10.

The stricter syntax rules of HTML5 are consistent with ___ syntax.

a)

CSS

b)

WYSIWYG

c)

JSP

d)

XHTML

11.

The ____ element is the root or parent element of all content (seen on webpage) sections.

a)

<article>

b)

<body>

c)

<header>

d)

<section>

12.

Which of the following elements is included in phrasing content?

a)

<h1>

b)

<strong>

c)

<body>

d)

<img>

13.

Which is one of the most common mistakes that could make your code invalid?

a)

Declaring a docytpe

b)

Missing closing tags

c)

Quoting attributes

d)

Nesting tags

14.

The World Wide Web Consortium has created a set of ___, or specifications, that all browsers manufacturers follow.

a)

indices

b)

standards

c)

sheets

d)

styles

15.

If an element contains text or another element, it is marked using a ___ tag set in which an opening tag and a closing tag enclose the element content.

a)

double

b)

one-sided

c)

two-sided

d)

single

16.

Closing tags are identified by the ___ that precedes the tag name.

a)

question mark

b)

exclamation point

c)

slash

d)

ampersand

17.

______ do not contain content, but often are employed to send directives (instructions) to browsers regarding how a page should be rendered.

a)

Elements

b)

Empty elements

c)

Nested elements

d)

One-sided elements

18.

In addition to content, elements also support ____ that specify the use, the behavior, and in some cases the appearance of an element.

a)

attributes

b)

formats

c)

characteristics

d)

display

19.

The ____ contains general information the document such as the document title. a list of keywords, description that would aid search engines in directing interested users on the page.

a)

head element

b)

html element

c)

body element

d)

list element

20.

A(n) ____ list is used to display information in sequential order.

a)

ordered

b)

numeric

c)

alphanumeric

d)

bulleted

21.

The doctype is used by _____, which are programs that examine document code to ensure that it meets all the syntax requirements of the specified language.

a)

tester

b)

quantifiers

c)

validators

d)

endorsers

22.

The document ___ is not displayed within the page, but is usually displayed in a browser's title on a browser tab.

a)

title

b)

header

c)

paragraph header

d)

list header

23.

To add the comment, Welcome John Smith, the syntax would be _____.

a)

<Welcome John Smith>

b)

<!-- Welcome John Smith ?

c)

<!-- Welcome John Smith -->

d)

<-- Welcome John Smith-->

24.

A text-level element does not start out on a new line, but instead flows alongside of or____ with, the rest of the characters in the grouping element.

a)

inside

b)

in margin

c)

inline

d)

online

25.

The most commonly used character set on the Web is ___.

a)

UTF-8

b)

ASC II

c)

Latin-1

d)

ISO 8859-1