WorksheetsS3 HTML intro
Total questions: 19
Worksheet time: 10mins
Which tag is used to define an ordered (numbered) list in HTML?
<ul>
<ol>
<li>
<li>
Which attribute is used to specify an the image file to be displayed in HTML?
src
alt
href
style
Which tag is used to create a hyperlink in HTML?
<a>
<h1>
<p>
<img>
Which tag is used to create a line break in HTML?
<br>
<hr>
<p>
<a>
Which tag is used to create an ordered list in HTML?
<ul>
<li>
<ol>
<p>
Which tag is used to define a paragraph in HTML?
<p>
<bR>
<div>
<span>
Which attribute is used to specify the target URL for a hyperlink in HTML?
Url
Link
Href
Src
Which tag is used to define the main content of an HTML document?
body
head
html
title
Which attribute is used to specify an image source in HTML?
Src
Img
Alt
Href
All HTML Tags are enclosed in ____________
# and #
? and !
< and >
{ and }
Which is the informal way of making a list? (Bulleted list)
<ol>
<ul>
<i_nfl>
<f_list>
<h1>
paragraph text size
smallest text size
largest text size
middle text size
Define <strong>
Purpose of emphasizing text; bold
Purpose of making the text size smaller; less significant
Purpose of making the text size larger and more readable
Purpose grabbing attention; italics
What is the range of headings and subheadings
<h0> to <h10>
<h0> to <h1>
<h1> to <h6>
<h1> to <h5>
How is the CLOSING list element presented in HTML?
</Li>
</li>
<li>
<LI>
<img src="image.jpg" alt="picture of animals" />
What is the purpose of the "alt" attribute
Works as a caption to an image
Prints the image onto the page
Helps people who have a seeing disability
Tells what the picture shows of fails to load on device
What does the "DOCTYPE" tell you?
Doctype tells the browser what type of HTML we are using.
How to type a document
Where the title should go
What type of computer you are using
Where is the TITLE displayed on a webpage?
at the bottom
in the middle
at the top
webpages don't have titles.
