Computer Science, asked by msahiti, 1 year ago

<html>
<head>
<title>computers
</title>
<head>
<body>
contents of the web page
</body>
</html>
find the mistake

Answers

Answered by Abhay111111111
2
<html>
<head>
<title>computers
</title>
</head>
<body>
contents of the web page
</body>
</html>
This is the correct form of html program
Similar questions