Font size
WorksheetsCAT Grade 11 (HTML)
Total questions: 10
Worksheet time: 7mins
What does HTML stand for?
Hayper Text Mark up
Language
Hyper Text Mark up
Lesson
Hyper Text Mark up
Language
How must I know Sir?
What is the name of the attribute to MODIFY the TEXT in a web page?
font face
font bold
on the keyboard
font images
What is the correct image attribute to use when adding an image to your web page design?
<img src ="PictureOfMe.jpg "alt ="Picture of me"/>
<ing src ="Pictureofme.mp3"
<img src="alt pictureofme"/>
<img src ="PictureOfMe.jpg alt "Picture Of me">
You can use different attributes in the same angle brackets
example
<body bg color ="blue" img src="Yellow.jpg">
FALSE
TRUE
what is the attribute called to MODIFY the wideness of an image on a web page?
(a)
choose the correct IMAGE attribute to use when adding an image into the web
page
(The name of the image is SHOES)
<img source ="shoes" alt ="shoes"/>
<im src = shoes alt ="shoes"/>
<img src ="shoes.jpg" alt ="shoes"/>
<img src = "shoes.jpg alt ="shoes/>
What is the attribute called to MODIFY the paragraph position?
<P align="left">
</p>
<Paragraph position ="left">
</p>
<Palign ="left"/>
<p align = left>
</p>
<h1> animals</h1>
<h2> the food they eat </h2>
<h3> where they stay </h3>
What is the MAIN HEADING going to be on the web page?
(a)
What is the ATTRIBUTE for adding a Horizontal Line in a web page?
<hr>
<hr/>
</hr>
<hr>
</hr>
<body bgcolor ="yellow" text ="purple">
What colour will the TEXT be in the web page?
(a)
