wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML

Total questions: 8

Worksheet time: 4mins

Name
Class
Date
1.

According to the structure of a website,the _______ is divided into main sections

a)

Subsection

b)

Body

c)

Homepage

d)

None of these

2.

The two main types of HTML editors are-

a)

Both b and c

b)

WYSIWYG

c)

Text editors

d)

WYGIWYS

3.

This attribute is used to specify the URL of image

a)

i

b)

br

c)

<img>

d)

src

4.

In _____, all attributes of the <body> tag have been removed

a)

HTML6

b)

HTML5

c)

All of these

d)

None of these

5.

Default value of text align is-

a)

Center

b)

Right

c)

left

d)

None

6.

What are the properties of font that can be set?

a)

color

b)

size

c)

family

d)

Style

7.

Boojho wanted to put a border of green color in his HTML project. However he was unable to do so. Which one is the correct one?

a)

Border-style: solid border-color: red

b)

border-color: "red"

Border-style:"solid"

c)

Border color= red

Border-style= solid

d)

Boojho should just give up

8.

An internal style sheet is defined in the _____ section using ______element.

a)

<html>

<head>

b)

<body>

<style>

c)

<style>

<head>

d)

<head>

<style>