Font size
WorksheetsHTML - Level 1
Total questions: 12
Worksheet time: 80secs
What is HTML used for?
Content and structure
Design and styling
Interactivity and behaviour
All of the above
Which of the following syntax is correct?
<h1>Hello world
<h1 = Hello world>
<h1>Hello world</h1>
Hello world</h1>
What do you NOT use HTML for?
Text
Images
Colors
Links
What should a <p> NOT be used for?
Titles or headings
Sentences
Long blocks of text
Captions
What is the correct syntax for adding an image?
<img ="myimagelink.jpg">
<img> src="myimagelink.jpg"
<img src="myimagelink.jpg">
<img>"myimagelink.jpg"</img>
What does the "src" in <img src="address.jpg"> stand for?
Screen
Script
School
Source
What brackets does HTML use?
< >
{ }
Both < > and { }
[ ]
All HTML elements require a closing tag (e.g. <div></div>), except for...?
<img src="address.jpg">
<h1>
<p>
<a href="address.com">
What is a <div> element used for?
To create sections on a webpage
To write text
To add a background
To style a webpage
How would you add an element inside a <div>?
How do you create a <div> element?
<div>
div
<div><div>
<div></div>
What is the correct syntax for adding a link?
