Identify the errors in the HTML code and rewrite the correct
code
<html>
<head>
Main Page</title>
</head>
<body>
<img href="abc.jpeg" >its my main pad<img>
<a link="a.htm">open</a>
<html>
Answers
Answered by
0
Explanation:
Identify the errors in the HTML code and rewrite the correct
code
<html>
<head>
Main Page</title>
</head>
<body>
<img href="abc.jpeg" >its my main pad<img>
<a link="a.htm">open</a>
<html>
Answered by
2
Explanation:
I am resolving it..!!!
✍️✍️
<Html>
<head>
<title>Main page</title>
</head>
<body>
<img href="abc.jpeg" >its my main pad<img>
img href="abc.jpeg" >its my main pad<img><a link="a.htm">open</a>
</body>
</Html>
this is your solution!
thank-you
Similar questions