Font size
WorksheetsHyper Text Markup Language
Total questions: 20
Worksheet time: 12mins
All HTML Tags are enclosed in ____________
# and #
? and !
/ and \
< and >
What does the / stand for in HTML?
STOP
GO
Paragraph
Beginning
What does the "p" stand for in <p>?
phase
part
paragraph
please, let this class end soon
What does the "h" stand for in <h1>?
Heading
Header
Help!
Hold
What does the 1 in <h1> stand for?
what heading it is
the size the heading is
which heading you want to go first
which heading is the most important
What do the numbers mean in heading tags? (<h1>, <h2>, etc.)
H1 is the largest font size
H1 is the smallest font size
H1 has to be listed first
H1 is the most important heading
Between what two HTMLS tags does your content go?
<BODY> and </BODY>
<h1> and </h1>
<index> and </index>
<html> and </html>
What is the purpose of HTML?
To build web pages
To create programming languages
To design graphics
To develop mobile apps
What happens if an HTML document is missing the closing tag?
The document will be deleted
The document will be encrypted
The document will not load
The document may not display correctly
Which of these are used when adding a picture to a webpage?
src
alt
img
pic
file
which answer CORRECTLY explains the difference between src and href
they are the same
we use src for image tags and href for a (link) tags
we use src for a (link) tags and href for image tags
we can use them both for images BUT can only use src for links
Which of these tags ONLY has an opening and NOT a closing tag?
<a>
<p>
<h1>
<img>
This tag tells the computer this is a document written in HTML.
<p>
<!DOCTYPE html>
<h1>
<html>
This file name is used for the main page of your website.
main.html
index.html
start.html
mysite.html
This tag can be used to break line of text (move to a new line) inside a paragraph.
<br>
<break>
<bl>
<nl>
A structural element that can contain another document or load content from another website
<blockquote>
<li>
<iframe>
</html>
ends a paragraph
contains all the main content of a web page
indicates the end of the html code
begins a heading
CSS stands for
Code Style Sheet
Coding Style Sheet
Cascading Sheet Style
Cascading Style Sheet
