NEW
Font size
WorksheetsGrade 8 Web Designing using HTML
Total questions: 25
Worksheet time: 13mins
HTML is a Case Sensitive Language.
True
False
A collection of interlinked web pages on the World Wide Web
website
app
internet
www
Which heading HTML elements will create the smallest font size on a website?
<h1>name</h1>
<h3>name</h3>
<h6>name</h6>
<h2>name</h2>
<h5>name</h5>
Look at the HTML code below and predict how the headings will be displayed.
<h3> Eggs </h3>
<h1> Bacon </h1>
<h6> Waffles </h6>
Choose from one of the options.
Who is the inventor of html ?
Edward Page
Sergey Brin
Larry Page
Tim Berners-Lee
There are ____ types of tag.
3
2
1
4
What will be the output for the following program?
<html>
<body>
<p>Hello SJPS</p>
</body>
</html>
<Hello SJPS>
Hello SJPS
both are correct
Container tags are also known as ______
Paired tag
Empty tag
non-paired tag
both a and c
Which Tag displayed the text from right to left ?
< bdo >
<mark>
<del>
<sub>
Which Tag is used to highlight the text ?
<b>
<mark>
<bdo>
<sup>
Which Tag is used to make Chemical equations ?
<p>
<marquee>
<sub>
<sup>
Which Tag is used to make Mathematical Formulae?
<sub>
<mark>
<font>
<sup>
Which Tag is used to draw a line ?
<br>
<li>
<hr>
<u>
