WorksheetsHTML5
Total questions: 40
Worksheet time: 20mins
What does HTML stand for?
Hypertext Markup Language
Hypertext Markup Lingo
Happy Markup Language
Who knows?!
What is a HTML Element?
It is the end tag
It is the start tag
Each of more than one hundred substances that cannot be chemically interconverted or broken down into simpler substances and are primary constituents of matter.
A piece of a website, marked by a start tag and often closed with an end tag.
Define HTML Tag
The special set of characters that indicates the start and end of an HTML element and that element's type.
A game you play outside.
The standard markup language for documents designed to be displayed in a web browser.
What does this <!DOCTYPE html> do?
It is the start tag of the HTML document.
The declaration defines that this document is an HTML5 document.
It makes font large on a web page.
It bolds font on a webpage.
What does the <body> element do?
It is the start tag for a HTML document.
Defines the document's body, and is a container for all the visible contents
Contains meta information about the HTML page
Which element defines large heading?
<h6>
<large heading>
<large>
<h1>
How are HTML images defined?
<html image>
<images>
<img>
<src>
What type of tag is this: <!-- -->
comments
questions
paragraph
image
<p> is a _______ tag.
image
paragraph
filename
You'd use <img src="" /> to ______.
start a new website
indent a paragraph
log off your computer
put an image on a page
What should a HTML web page end with?
</html>
<head>
</end>
</body>
src attribute in an image tag means what?
Source of the image
Name of the image
Description of the image
Not used with image tag
Which of the following is the code for a paragraph to be blue?
<td style=“background-color:blue;”>
<h1 style=“font-size:60px;”>
<p style=“color:blue;”>
<tagname style=“property:value;”>
______ can be termed as a special keyword used inside a tag to specify additional information about the tag and customize it.
Element
Attribute
custom
canvas
Which of the following audio format is supported by HTML5?
.ogg
.wav
.mp3
All of the above
<body text="color"> allows us to:
change the background color in HTML.
change the entire text color in HTML
change the color for selected text in HTML
Both b) and c)
Which character is used to indicate an end tag?
>
<
/
\
How do you change the font of an element?
A. font-family:
B. font=
C. f:
D. None of the above
The ______ attribute of <IMG> tag helps in displaying alternate name for the image when the cursor is hovered or the image is not loaded properly.
alternate
source
alt
alt text
<body text="color"> allows us to:
change the background color in HTML.
change the entire text color in HTML
change the color for selected text in HTML
Both b) and c)
The purpose of a ___________ ___________ is to read HTML documents and display them.
HTML tag
home page
web browser
