In creating a html website?

¥3§§? R

New member
i have found 4 errors in this htm file, could you help me find the last one???

<html>

<head>
<title>My web page<title>
</head>

<body bgcolor=%000000>

<font color="blue type="arial">

This is a small web page. Within this code, there are five errors. Find the errors

and record them in the provided space below. You need to be decriptive enough to let me

know you have found the errors. Each error is 20% each.





Click <a href="http://www.nvcc.edu">here</a href> to be linked to www.nvcc.edu

</font>

</body>
</html>



<!--Nothing below this line should be in the code. This is for your answers-->

Your name:
1.first mistake: <title>My web page</title> second title should be with a slash

2.second mistake: <body bgcolor=000000> NO percent sign, ,and it should #000000

3.third mistake:<font color="blue" face="arial"> should be "blue" not "blue

4.fourth mistake:<font color="blue" face="arial"> should be face not type

5.
 
Back
Top