Font size
WorksheetsHTML
Total questions: 12
Worksheet time: 7mins
A <tag>___________
Is used to divide sections
Is not needed in HTML
Tells the browser how to format our content
Is part of the title line in HTML
This is a self-closing tag
<head> </head>
<body></body>
<!DOCTYPE html>
<title> </title>
<br/>
<p> </p> is a ____________
punctuation tag
closing paragraph tag
closing punctuation tag
paragraph tag
punctuation tag
closing paragraph tag
closing punctuation tag
opening paragraph tag
<br/> stands for
(a)
tells the browser that we have used HTML to code our page.
<head> </head>
<body> </body>
<!DOCTYPE html>
<title> </title>
<html> </html>
It tells our browser what version of HTML our page has been coded in
<head> </head>
<body> </body>
<!DOCTYPE html>
<title> </title>
<html> </html>
It will be the title of the browser window when you open the page in your browser.
<head> </head>
<body> </body>
<!DOCTYPE html>
<title> </title>
<html> </html>
All the content you want to see displayed in your web page goes inside this tag
<head> </head>
<body> </body>
<!DOCTYPE html>
<title> </title>
<html> </html>
Lets you start your text on a new line
<head> </head>
<p> </p>
<!DOCTYPE html>
<br/>
<html> </html>
