How to Display this HTML snippet on Web Page? <h1> hello world <h1> code example
Example: HTML hello world
<!DOCTYPE html>
<html>
<body>
Hello World!
</body>
</html>
<!DOCTYPE html>
<html>
<body>
Hello World!
</body>
</html>