What is the problem with this html code? What will happen as a result of the code error?

It need to start with <HTML> before the body
If you've done that then you need to put </h1> after hello world
Then when your done with whatever text you want to write put </body> right under <hr>
This is what it should look like
<HTML>
<body>
<h1> hello world </h1>
<hr> this is my first test page look at me </hr>

</body>
</HTML>
 
It need to start with <HTML> before the body
If you've done that then you need to put </h1> after hello world
Then when your done with whatever text you want to write put </body> right under <hr>
This is what it should look like
<HTML>
<body>
<h1> hello world </h1>
<hr> this is my first test page look at me </hr>

</body>
</HTML>
 
It need to start with <HTML> before the body
If you've done that then you need to put </h1> after hello world
Then when your done with whatever text you want to write put </body> right under <hr>
This is what it should look like
<HTML>
<body>
<h1> hello world </h1>
<hr> this is my first test page look at me </hr>

</body>
</HTML>
 
It need to start with <HTML> before the body
If you've done that then you need to put </h1> after hello world
Then when your done with whatever text you want to write put </body> right under <hr>
This is what it should look like
<HTML>
<body>
<h1> hello world </h1>
<hr> this is my first test page look at me </hr>

</body>
</HTML>
 
Back
Top