Computer Science, asked by nayaksulendra69, 6 hours ago

Q. find the error and write the correct answer:-

<html>
<head></head>
<tittle>Hello<tittle>
<body></body>
</html>​

Answers

Answered by Anonymous
1

Answer:

The title tag is spelled wrong, it will be <title>Hello</title>and also the title tag will be inside head tag.

Explanation:

<head>

    <title>Hello</title>

</head>

Similar questions