I want to display following output on browser. Please suggest me, how can I generate following output on browser
output should :- <html>
I have used following code
<html>
<head></head>
<body>
<html>
</body>
</html>
I want to display following output on browser. Please suggest me, how can I generate following output on browser
output should :- <html>
I have used following code
<html>
<head></head>
<body>
<html>
</body>
</html>
You need to escape the HTML content you want visible to the user:
<html>
<head></head>
<body>
<html>
</body>
</html>