Font size
WorksheetsHTML
Total questions: 15
Worksheet time: 1hrs 15mins
What does HTML stand for?
Hypertext Making Language
Hyper Transfer Markup Language
Hypertext Markup Language
Hyper Transfer Making Language
The <p> tag marks what type of content?
paragraph
heading
hyperlink
picture
Which of these tags mark content with emphasis? (choose 2)
<strong></strong>
<em></em>
<br></br>
<hr></hr>
<p></p>
Which tag is used to create a hyperlink on a web page?
<a>
<link>
<hr>
<img>
Which attribute contains the URL to a linked web page?
href
type
src
name
The <ol> tag is used to mark what type of content?
a numbered list
a bulleted list
an image
a cell in a table
The <ul> tag is used to mark what type of content?
a bulleted list
a numbered list
a line break
a hyperlink
The <img> tag is used to mark what type of content?
graphics
video
hyperlinks
data tables
<!DOCTYPE html> is a(n) ____________, which indicates that the page will be using HTML5.
assertion
tag
element
declaration
In a page using HTML, <___></____> is used to indicate the language to be used (even though it seems unnecessary).
html
xhtml
body
img
CSS stands for cascading ________ sheets.
service
style
setup
security
Headings are designated using <__> through </__>.
h1, h4
h1, h5
h1, h3
h1, h6
Which tag is used to indicate that everything within them will be visible on the page?
meta
html
img
body
Items in a list are indicated by which tag?
<i></i>
<list></list>
<item></item>
<li></li>
