Computer Science, asked by Anonymous, 2 months ago


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 Anonymous
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 Akshara8088
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