NEW
Font size
WorksheetsCodeHS - Web Design Test on HTML & CSS
Total questions: 35
Worksheet time: 18mins
placed within his webpage?
Annie wants the name of her product to be the main heading at the top of her webpage. Which tag defines the main heading in a web document?
<h3>Product</h3>
<h5>Product</h5>
<h1>Product</h1>
<h6>Product</h6>
What are the basic tags to start a web page?
<!DOCTYPE html>
<html>
<head> </head>
<title> </title>
<body> </body>
</html>
<html>
<a> </a>
<p> </p>
<footer> </footer>
<DOCTYPE>
<html>
<link> </link>
<ol> </ol>
<html>
<!DOCTYPE html>
<body> </body>
<parapraph> </paragraph>
<title> </title>
<end> </end>
What code is used for an ordered list?
<ul> </ul>
<ol> </ol>
<list> </list>
<p> </p>
what code is used to make a hyperlink?
<hyperlink> </hyperlink>
<link>
<p> </p>
<a> </a>
What code is used to make a bulleted list?
<p> </p>
<ol> </ol>
<ul> </ul>
<list> </list>
