Computer Science, asked by samhithapoladi, 3 months ago

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 AVENGERS789456
2

Explanation:

<a> and <\title> Is error

hope it helps you

Answered by Anonymous
0

Explanation:

  1. 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