WorksheetsFormatting Tags - Coding
Total questions: 17
Worksheet time: 10mins
Which tag is used to show small text?
<small>
<src>
<width>
<head> </head>
contains information about the web page such as style
contains tags for the text and images on a web page
contains the headings on a web page
<h1> </h1>
create a horizontal rule
make a hyperlink
add a heading
What is the opening tag for heading (biggest size)
h1
h2
/h1
/h2
Code heading as 'Food' (biggest size)
<h1>Food</h1>
<h2>Food<h1>
H1 food h2
H2 food h3
Which one is the smallest heading?
h1
h2
h4
h6
IMG is short for:
image
imagine
source
photo
What is missing from this image tag?
<img="cat.jpeg" alt="cat"/>
h1
h6
.jpeg
src=
Define this formatting tag: <small> </small>
increase font size
decrease font size
underline text
strikethrough text
Which of the following represent accurate alignment tags:
<p>align=right</p>
<p>align=center</p>
<p=align=right</p>
<p>align=left</p>
Define the following formatting tag: <u> </u>
write in bold
underline text
italicized text
smaller text
<tagname style=”property:value;”> represents:
Adding text
Adding Color
Adding images
Adding Headers
