wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML_1

Total questions: 10

Worksheet time: 4mins

Name
Class
Date
1.

HTML stands for

a)

Hyper text main language

b)

Hyper text markup language

c)

Hyper text machine learning

d)

Google yourself

2.

HTML is a programming language

a)

Yes

b)

No

c)

Well I am confused

d)

I will quickly search on google

3.

<p>lorem3</p>

What will Emmet expand the above line into?

a)

A single paragraph with lorem repeated 3 times

b)

Three paragraphs with 'lorem' text

c)

A single paragraph with 3 words from the standard lorem text

d)

I think it will give error as Emmet is not installed

4.

Which is the correct way to write a comment in HTML?

a)

<!- This is a comment ->

b)

// This is a comment

c)

/* This is a comment */

d)

<!-- This is a comment -->

5.

Visual studio short cut (Emmet) to create a basic HTML page

a)

<> + Enter

b)

$ + Enter

c)

H + Enter

d)

! + Enter

6.

While using anchor tag (<a>), what attribute value should be used so that the link opens in a new tab or window?

a)

target="_new"

b)

target="_tab"

c)

target="window"

d)

target="_blank"

7.

How many heading tags are available in HTML?

a)

h1 to h8

b)

h1 to h6

c)

h1 to h10

d)

Any number. No restriction in HTML

8.

Which of the following is used to show table data ?

a)

<table>

b)

<td>

c)

<th>

d)

<tr>

9.

When we use a <footer> element, will the text automatically go to the bottom of the page?

a)

Yes

b)

No

10.

<input type="text">

In this which is the attribute name?

a)

input

b)

type

c)

text

d)

None