Computer Science, asked by sunithac349, 7 months ago

Identify the
error in the following
HTML program
and rewrite the correct
program
<html>
</head> webpage </title>
<head>
<body>
First webpage
<\body>
<html>​​

Attachments:

Answers

Answered by tanu0503
0

correct one is .

<html>

<head><title> webpage </title>

</head>

<body>

first webpage

</body>

< / html>

hope it's helpful

Similar questions