Font size
WorksheetsHTML Assessment
Total questions: 26
Worksheet time: 21mins
Difference between HTML, CSS, and Javascript
HTML is the skin, CSS is the brain, and JavaScript is the bones
HTML is the brain, CSS is the bones, and JavaScript is the skin
HTML is the bones, CSS is the skin, and JavaScript is the brain
<title>
<html>
<body>
<h1>
The _______________ declaration defines this document to be HTML5
<!DOCTYPE html>
<html>
<head>
<title>
Above is a visualization of an HTML page structure:
Which of the following section is displayed in a browser.
<body> section
<head> section
<title> section
none of the above
The _____ element defines a large heading
<h2>
<h1
<h3>
<h4>
What will be the output for the following program?
<html>
<body>
<p>Hello SJPS</p>
</body>
</html>
<Hello SJPS>
Hello SJPS
both are correct
What is missing from this HTML skeleton?
<!DOCTYPE html>
<html>
<body>
</body>
</html>
<head></head>
<div></div>
<img></img>
<head>
One of the most important elements in a web page, the a element lets you create links to other content. The content can be either on your own site or on another site.
Select the correct matching open and closing tags
<a> … </a>
<a> … <a>
</a> … </a>
<a\> … </a>
The div element is a generic container that you can use to add more structure to your page content.
<div> … <........>. Select the correct closing tag
</div>
<div/>
<div\>
<div>
What is happening in this code?... (click picture to make it larger and more visible)
What is happening in this code?... (click picture to make it larger and more visible)
What is happening in this code?... (click picture to make it larger and more visible)
Tick all of the points below which would apply to a trustworthy website.
Looks Professional
Information is poorly organised
Good URL (main web address relates to website)
Up-To-Date
Information isn’t backed up by other websites
