NEW
Font size
Worksheetscode.org Unit 2 Lesson 2 Intro to HTML Quiz 1
Total questions: 10
Worksheet time: 5mins
The very first line of an HTML web page is
<html>
<body>
<!DOCTYPE>
<p>
This tag is placed right under the <!DOCTYPE> tag.
<html>
<head>
<body>
<p>
The closing html tag </html> is all the way at the bottom of the file (the last line)
True
False
Mr. Brobst told the class not to put any content inside the <head></head> tags
True
False
You can only use one set of paragraph tags <p> </p> in a web page file.
True
False
There is only one <body> element in an HTML document.
True
False
What tag holds all the contents of a web page that you want a user to see (text, images, videos, etc.)?
<head>
<body>
<p>
<title>
What tag is used to define a paragraph of text?
<head>
<body>
<p>
<title>
What language is used to create web pages?
HTML
BASIC
Fortran
Pascal
What is a way to look at the code that makes up a web page (We did this in class on Wednesday)
Buy expensive software that lets you see the code
Ask ChatGPT
It is impossible to view the code
Right-click and select "View page source"
