wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML Basic #2

Total questions: 20

Worksheet time: 7mins

Name
Class
Date
1.

Text formatting that highlights the text

a)

<b>

b)

<em>

c)

<mark>

d)

<i>

2.

Text formatting that defines emphasized text.

a)

<emp>

b)

<b>

c)

<strong>

d)

<ins>

3.

Text formatting element that outputs underlined text

a)

<b>

b)

<small>

c)

<mark>

d)

<ins>

4.

Element defines a section that is quoted from another source

a)

<q>

b)

<blockquote>

c)

<quote>

d)

<p>

5.

Element defines bold text, without any extra importance

a)

<blockquote>

b)

<strong>

c)

<i>

d)

<b>

6.

Defines a short quotation

a)

<q>

b)

<p>

c)

<pre>

d)

<cite>

7.

Defines an abbreviation or in an acronym

a)

<pre>

b)

<abbr>

c)

<blockquote>

d)

<q>

8.

Defines the contact information for the author/owner of a document or an article

a)

<blockquote>

b)

<cite>

c)

<address>

d)

<q>

9.

Tag defines the title of a creative work

a)

<blockquote>

b)

<q>

c)

<abbr>

d)

<cite>

10.

BDO stands for?

a)

Binary Direction Output

b)

Bi-Directional Output

c)

Bi-Directional Override

d)

Banco De Oro

11.

Tag is used to override the current text direction

a)

<bdo>

b)

<rtl>

c)

<rdo>

d)

<cite>

12.

Syntax for writing HTML comments

a)

/* Write your comments here */

b)

// Write your comments here //

c)

<* Write your comments here *>

d)

<!- - Write your comments here - ->

13.

Below color values are accepted by HTML except:

a)

rgb

b)

hsla

c)

color_name

d)

rgba

14.

Paragraph that outputs a background color of tomato

a)

<p style="Tomato;">Some Paragraph here <p>

b)

<p style="background-color: DodgerBlue;">Some Paragraph here <p>

c)

<p style="color: Tomato;">Some Paragraph here <p>

d)

<p style="background-color: Tomato;">Some Paragraph here <p>

15.

Color value that is specified with #RRGGBB

a)

RGB

b)

HSL

c)

HEX

d)

Color Name

16.

Tag that is defined as hyperlink

a)

anchor

b)

anchovies

c)

arial

d)

aipom

17.

On HTML links target attribute, these value opens the document in a new parent frame

a)

_self

b)

_blank

c)

_parent

d)

_top

18.

Target attribute value that is default.

a)

_self

b)

_blank

c)

_parent

d)

_top

19.

Use _______ inside the href attribute to create link that opens the user's email program (to let them send a new email)

a)

malito:

b)

mailfrom:

c)

mailcc:

d)

mailto:

20.

Attribute specifies extra information about an element. Information is most often shown as a tooltip text when the mouse moves over the element

a)

tooltip

b)

title

c)

subject

d)

toolbar