Font size
WorksheetsMID WEB
Total questions: 50
Worksheet time: 35mins
It is a tag defines text that has been deleted from a document.
(a)
It is a tag defines a text that has been inserted into a document.
(a)
It is appearing half a character below the normal line, and is sometimes rendered in a smaller font.
(a)
It is a tag defines bold text, without any extra importance.
(a)
It is a tag defines emphasized text.
(a)
It is a tag defines smaller text.
(a)
It is an tag defines text that should be highlighted.
(a)
It is an appears half a character above the normal line, and is sometimes rendered in a smaller font.
(a)
It can give useful information to browsers, translation systems and search-engines.
(a)
It is a tag defines an abbreviation or an acronym.
(a)
It is an element that defines a thematic break in an html page.
(a)
It is an attribute specifies the path to the image to be displayed.
(a)
It is a tag that is used to embed an image in an HTML page.
(a)
Who is the inventor of HTML?
(a)
HTML makes it possible to organize and format documents.
True
False
Maybe
Not Sure
It can easily navigate and insert links between related pages and websites.
(a)
It is to set the encoding and preferred encoding for HTML files.
(a)
It allows web users to create and structure sections, paragraphs, and links using elements, tags, and attributes.
(a)
It is using HTML code to design how a browser displays web page elements.
(a)
It introduced a fresh draft on HTML.
(a)
Use HTML code to set the size of the image to 300 pixels wide and 500 pixels tall.

width="300" height="500"
width="500" height="300"
width="500" height="500"
width="300" height="300"
Make the element below into a link that goes to "https://www.philsca.com".
href
src
alt
class
Start with the most important heading (the largest) and end with the least important heading (the smallest).
<H1> HELLOWORLD </H1>
<H1> HELLOWORLD </H1>
<H6> HELLOWORLD </H6>
<H1> HELLOWORLD </H1>
<H2> HELLOWORLD </H2>
<H3> HELLOWORLD </H3>
<H4> HELLOWORLD </H4>
<H5> HELLOWORLD </H5>
<H6> HELLOWORLD </H6>
<H6> HELLOWORLD </H6>
Use the correct HTML tag to add a paragraph with the text "Hello World!".
____<br> HELLO WORLD! <br>
<P> HELLO WORLD! </P>
<b> HELLO WORLD! </b>
<i> HELLO WORLD! </i>
Use the correct HTML attribute to set the color of the paragraph to "blue".
This is a paragraph.
style="color:blue;"
color="blue"
font="blue"
bgcolor="blue"
Use to set the text size to 50 pixels.
This is a paragraph.
font-size
text-align
color
margin
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.
degradation
degradation
degradation
degradation
Highlight the word "FUN" in the text below.
<em> fun </em>
<mark> fun </mark>
<strong> fun </strong>
<mark> fun <//mark>
Use to set the background color of the document to yellow.
background-color
color
font-size
border
Apply subscript formatting to the number "2" in the text below. H__2__O is the scientific term for water.
H2O
H2O
H2O
H_2_O
Add a line through (strikethrough) the letters "blue" in the text below. My favorite color is __blue__ red.
blue
blue
blue
blue
Use the correct HTML to make the text below into a link to "sheng.html".
<a HREF=”SHENG.HTML”> </A>
<a HREF=SHENG.HTML> </a>
<a HREF:"SHENG.HTML”> </A>
<a HREF=”SHENG.HTML”> <A>
Use the correct HTML attribute to make the link open in a new window. HTML Images
target="_blank"
new="window"
open="new"
window="_blank"
Use HTML code to set the size of the image to 250 pixels wide and 400 pixels tall.
width:250px;height:400px;
width:400px;height:250px;
width:250;height:400;
width:250;height:400px;
Add the correct HTML attribute to display the "smiley.gif" image.
src="smiley.gif"
href="smiley.gif"
alt="smiley.gif"
link="smiley.gif"
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.
HTML
HTML
HTML
HTML
Add a line break in the middle of the paragraph.
My Bonnie lies ____ over the ocean.
<br>
<lb>
<hr>
br
Add a horizontal rule in the middle of the paragraph.
My Bonnie lies ____ over the ocean.
<br>
<hr>
<p>
br
Add the correct html code for mark with background color blue.
<background-color:blue;><mark>computer</mark>
<background-color:"blue"><mark>computer</mark>
<background-color:blue><mark>computer</mark>
<background-color:blue;><mark>computer<mark>
Add the correct html code for delete for blue and insert for red.
blue red
blue red
red blue
red blue
Use HTML code to set the size of the image to 150 pixels wide and 300 pixels tall.
width="300px" height="150px"
width="150" height="300"
width="300" height="150"
width="150px" height="300px"
Make the element below into a link that goes to "https://www.example.com".
url
href
link
src
Add the correct HTML attribute to display the "happy.png" image.
link="happy.png"
alt="happy.png"
src="happy.png"
image="happy.png"
Use to set the text color to red.
This is a paragraph.
background-color
font-size
color
border
Make the word "important" bold in the following sentence.
This is an ____ important ____ message.
important
important
important
important
Use the correct HTML tag to create a list item with the text "Item 1".
- ____
<item>Item 1</item>
Item 1
<li>Item 1</li>
<ul>Item 1</ul>
Which HTML tag is used to create a hyperlink?
<link>
<url>
<a>
<href>
Use the correct HTML tag to create an unordered list.
<item>
<list>
<ol>
<ul>
How do you make a text italic in HTML?
<italic>Text</italic>
<i>Text</i>
<strong>Text</strong>
<em>Text</em>
what is the full name of our PTC President?
(a)
