Identify the error and rewrite the code.
1.
<html>
<Head>
<Title>Home page
</Head>
<Body>
<a linkref:"Book.html">Click here</a>
</a>
</Body>
</html>
Answers
Answered by
2
Explanation:
<a> and <\title> Is error
hope it helps you
Answered by
0
Explanation:
- you dont close the title tag
</Title>
2. <a linkhref
in "a" tag that is linkhref not kref you close the "a" tag two time like this "</a> "
Similar questions