WorksheetsWeb Design: Basics of HTML and CSS
Total questions: 10
Worksheet time: 5mins
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 bulleted list?
<p> </p>
<ol> </ol>
<ul> </ul>
<list> </list>
what code is used to make a hyperlink?
<hyperlink> </hyperlink>
<link>
<p> </p>
<a> </a>
What code is used to add an image?
<add image>
<img src="image.jpg">
img {}
<add Image>
What is the proper code to link a stylesheet?
style.html
<img src= "image.jpeg>
<stylesheet>
<link rel="stylesheet" href="style.css>
To add color to your html page in a css file, Which is correct?
html { background-color: #006600;}
html <color=green>
css=green
html<backgroundcolor: #006600>
In order to link page one to page two: Which code is correct?
<a href="page1.html" > Page 1</a>
{a href="page1.html"} Page1{/a}
<img src=Page1.jpg>
<link rel"page1">
Which is the correct code for a numbered list?
<ul>
<li> item one</li>
<li> item two</li>
</ul>
<ol>
<li> item one</li>
<li> item two</li>
</ol>
<list>
<li> item one</li>
<li> item two</li>
</list>
<p>
<li> item one</li>
<li> item two</li>
</p>
where does a title appear on a webpage?
