wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HYPERTEXT MARKUP LANGUAGE

Total questions: 10

Worksheet time: 6mins

Name
Class
Date
1.

What does the acronym HTML stand for?

a)

Hyper Transfer Markup Language

b)

High Text Marking Logic

c)

Hypertext Markup Language

d)

Hidden Text Management Link

2.

HTML is the universal standard for structuring all web content.

a)

True

b)

False

3.

According to the slides, who is credited with inventing the initial version of HTML in 1989-1991?

a)

Bill Gates

b)

Marc andreessen

c)

Vint Cerf

d)

Tim Berners-Lee

4.

The fundamental components of an HTML document are elements, which are defined by tags and can contain (a)   .

5.

In the example <h1>Hello</h1>, what part is the ke-yword enclosed in angle brackets (<h1> and </h1>)?

a)

An Element

b)

A Tag

c)

An Attribute

d)

A Value

6.

Attributes provide extra information about an ele-ment and are usually found in the:

a)

Closing tag

b)

Content between the tags

c)

Opening tag

d)

Separate Attribute section

7.

HTML defines the content and structure of a document. Which one of the following core web technologies works with HTML to control the appearance and presentation (e.g., colors, fonts) of the document?

a)

Java script

b)

Phyton

c)

CSS (Cascading Style Sheets)

d)

PHP

8.

CSS stands for

(a)  

9.

3. Which of the following tags is the start of web pages?

                           

                           

a)

a. <Body>

b)

b. <Title>  

c)

   c. <HTML>

d)

   d. <Form>

10.
A <tag>
a)
Is used to divide sections
b)
Is not needed in HTML
c)
Tells the browser how to format our content
d)
Is part of the title line in HTML