Hi,
How to get the correct output of this html file, without "removing or altering the existing lines in the given file"
filename: sample.html
<html >
<head>
<title>Test</title>
</head>
<body>
<div>
¿Hola cómo está?
</div>
</body>
</html>
Describe 2 solutions to fix the problem and get the correct output in the browser: “¿Hola cómo está?”