WorksheetsHTML: Recap
Total questions: 16
Worksheet time: 8mins
which is the largest heading
<h2>
<h6>
<h4>
<h1>
which language is used to structure a web page
HTML
java script
css
python
What does html stand for?
hyper test mark-up language
hype test mark-up language
hyper text mark-up language
hyper test make-up language
A properly coded HTML tag will always be found between which two symbols?
{}
>>
<>
<<>
TRUE OR FALSE: HTML is used to make web pages
never
true
false
i dont know
What tag is used to insert an image?
<img src="">
b) <jpg image=’’>
c) <image>
d) <pic>
What tag is used to create a paragraph in HTML?
<h1>
<p>
<pr>
<par>
. Which of the following is used to make text bold in HTML?
<b>
B) <strong>
C) Both A & B
D) <bold>
Which of the following is used to add a line break in HTML?
<break>
<br>
<line>
brk
What attribute sets an image source?
<scr>
<src>
<file>
<img>
Which tag is used to make text italised
<itl>
<italic>
<it>
<i>
Choose the correct closing tag
>><
</>
<>
<.>
Which one of the following is not a comp language
scratch
html
heading
python
choose the correct opening tag
<>
</>
<.>
><
choose the correct tag for adding images
<img src"link">
<igm src="link">
<img scr="link">
<img src="link">
Which html tag is used highlight important part of a text
<marking>
<highlight>
<mark>
<marquee>
