wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

MID WEB

Total questions: 50

Worksheet time: 35mins

Name
Class
Date
1.

It is a tag defines text that has been deleted from a document.

(a)  

2.

It is a tag defines a text that has been inserted into a document.

(a)  

3.

It is appearing half a character below the normal line, and is sometimes rendered in a smaller font.

(a)  

4.

It is a tag defines bold text, without any extra importance.

(a)  

5.

It is a tag defines emphasized text.

(a)  

6.

It is a tag defines smaller text.

(a)  

7.

It is an tag defines text that should be highlighted.

(a)  

8.

It is an appears half a character above the normal line, and is sometimes rendered in a smaller font.

(a)  

9.

It can give useful information to browsers, translation systems and search-engines.

(a)  

10.

It is a tag defines an abbreviation or an acronym.

(a)  

11.

It is an element that defines a thematic break in an html page.

(a)  

12.

It is an attribute specifies the path to the image to be displayed.

(a)  

13.

It is a tag that is used to embed an image in an HTML page.

(a)  

14.

Who is the inventor of HTML?

(a)  

15.

HTML makes it possible to organize and format documents.

a)

True

b)

False

c)

Maybe

d)

Not Sure

16.

It can easily navigate and insert links between related pages and websites.

(a)  

17.

It is to set the encoding and preferred encoding for HTML files.

(a)  

18.

It allows web users to create and structure sections, paragraphs, and links using elements, tags, and attributes.

(a)  

19.

It is using HTML code to design how a browser displays web page elements.

(a)  

20.

It introduced a fresh draft on HTML.

(a)  

21.

Use HTML code to set the size of the image to 300 pixels wide and 500 pixels tall.

a)

width="300" height="500"

b)

width="500" height="300"

c)

width="500" height="500"

d)

width="300" height="300"

22.

Make the element below into a link that goes to "https://www.philsca.com".

a)

href

b)

src

c)

alt

d)

class

23.

Start with the most important heading (the largest) and end with the least important heading (the smallest).

a)

<H1> HELLOWORLD </H1>

b)

<H1> HELLOWORLD </H1>

<H6> HELLOWORLD </H6>

c)

<H1> HELLOWORLD </H1>

<H2> HELLOWORLD </H2>

<H3> HELLOWORLD </H3>

<H4> HELLOWORLD </H4>

<H5> HELLOWORLD </H5>

<H6> HELLOWORLD </H6>

d)

<H6> HELLOWORLD </H6>

24.

Use the correct HTML tag to add a paragraph with the text "Hello World!". ____

a)

<br> HELLO WORLD! <br>

b)

  <P> HELLO WORLD! </P>

c)

<b> HELLO WORLD! </b>

d)

<i> HELLO WORLD! </i>

25.

Use the correct HTML attribute to set the color of the paragraph to "blue".

This is a paragraph.

a)

style="color:blue;"

b)

color="blue"

c)

font="blue"

d)

bgcolor="blue"

26.

Use to set the text size to 50 pixels.

This is a paragraph.

a)

font-size

b)

text-align

c)

color

d)

margin

27.

Add extra importance to the word "degradation" in the paragraph below.

WWF's mission is to stop the ____ degradation ____ of our planet's natural environment.

a)

degradation

b)

degradation

c)

degradation

d)

degradation

28.

Highlight the word "FUN" in the text below.

a)

<em> fun </em>

b)

  <mark> fun </mark>

c)

<strong> fun </strong>

d)

<mark> fun <//mark>

29.

Use to set the background color of the document to yellow.

a)

background-color

b)

color

c)

font-size

d)

border

30.

Apply subscript formatting to the number "2" in the text below. H__2__O is the scientific term for water.

a)

H2O

b)

H2O

c)

H2O

d)

H_2_O

31.

Add a line through (strikethrough) the letters "blue" in the text below. My favorite color is __blue__ red.

a)

blue

b)

blue

c)

blue

d)

blue

32.

Use the correct HTML to make the text below into a link to "sheng.html".

a)

<a HREF=”SHENG.HTML”> </A>

b)

<a HREF=SHENG.HTML> </a>

c)

<a HREF:"SHENG.HTML”> </A>

d)

<a HREF=”SHENG.HTML”> <A>

33.

Use the correct HTML attribute to make the link open in a new window. HTML Images

a)

target="_blank"

b)

new="window"

c)

open="new"

d)

window="_blank"

34.

Use HTML code to set the size of the image to 250 pixels wide and 400 pixels tall.

a)

width:250px;height:400px;

b)

width:400px;height:250px;

c)

width:250;height:400;

d)

width:250;height:400px;

35.

Add the correct HTML attribute to display the "smiley.gif" image.

a)

src="smiley.gif"

b)

href="smiley.gif"

c)

alt="smiley.gif"

d)

link="smiley.gif"

36.

The letters "HTML" in the text below is an abbreviation of "Hypertext markup language". Use an HTML element to provide the specified abbreviation of "HTML".

The <______ "Hypertext Markup Language">HTML<____> was founded in 1948.

a)

HTML

b)

HTML

c)

HTML

d)

HTML

37.

Add a line break in the middle of the paragraph.

My Bonnie lies ____ over the ocean.

a)


<br>

b)

<lb>

c)

<hr>

d)

br

38.

Add a horizontal rule in the middle of the paragraph.

My Bonnie lies ____ over the ocean.

a)

<br>

b)


<hr>

c)

<p>

d)

br

39.

Add the correct html code for mark with background color blue.

a)

<background-color:blue;><mark>computer</mark>

b)

<background-color:"blue"><mark>computer</mark>

c)

<background-color:blue><mark>computer</mark>

d)

<background-color:blue;><mark>computer<mark>

40.

Add the correct html code for delete for blue and insert for red.

a)

blue red

b)

blue red

c)

red blue

d)

red blue

41.

Use HTML code to set the size of the image to 150 pixels wide and 300 pixels tall.

a)

width="300px" height="150px"

b)

width="150" height="300"

c)

width="300" height="150"

d)

width="150px" height="300px"

42.

Make the element below into a link that goes to "https://www.example.com".

a)

url

b)

href

c)

link

d)

src

43.

Add the correct HTML attribute to display the "happy.png" image.

a)

link="happy.png"

b)

alt="happy.png"

c)

src="happy.png"

d)

image="happy.png"

44.

Use to set the text color to red.

This is a paragraph.

a)

background-color

b)

font-size

c)

color

d)

border

45.

Make the word "important" bold in the following sentence.

This is an ____ important ____ message.

a)

important

b)

important

c)

important

d)

important

46.

Use the correct HTML tag to create a list item with the text "Item 1".

  • ____

a)

<item>Item 1</item>

b)

Item 1

c)

<li>Item 1</li>

d)

<ul>Item 1</ul>

47.

Which HTML tag is used to create a hyperlink?

a)

<link>

b)

<url>

c)

<a>

d)

<href>

48.

Use the correct HTML tag to create an unordered list.

a)

<item>

b)

<list>

c)

<ol>

d)

<ul>

49.

How do you make a text italic in HTML?

a)

<italic>Text</italic>

b)

<i>Text</i>

c)

<strong>Text</strong>

d)

<em>Text</em>

50.

what is the full name of our PTC President?

(a)