NEW
Font size
WorksheetsHTML
Total questions: 10
Worksheet time: 5mins
What is HTML?
how to be a web designer
the language of the web
the language of MacBooks
all of the above
What does every HTML tag begin and end with?
()
<>
=
:
What does the closing tag have that the opening tag does not?
=
:
;
/
What does the <html> tag do?
gives information about our web page
tells the browser which version of HTML we are using
says everything in between the html tags is the actual content of our page
contains metadata
The _________________ tag contains the title of our web page, while the ________________ tag contains the actual content of our web page.
<header>;<footer>
<head>;<body>
<title>;<content>
<body>;<head>
What is HTML formatting?
the language of the web
provides several tags that change the style of text on our web page
the markup language
an Google application
What does the <b> tag do?
creates a blank line on our web page
creates a line break on our web page
bolds the text on our web page
highlights our text on our web page
What does the <i> tag do?
italicizes the text on our web page
indents the text on our web page
creates a paragraph on our web page
none of these are correct
_______________ makes your text on the resulting web page the smallest font size, while _________________ makes your text the largest.
h1;h6
h0;h7
h6;h1
h2;h8
What does HTML stand for?
Hyper Text Markup Language
Hosting Text Markup Language
Hyper Texting Mac Language
none of these are correct
