<html>
<head>
<meta charset="utf-8">
<title>My test page</title>
</head>
<body>
<h1> the best page</h1>
<p>This is my page</p>
</body>
</html>
this is the problem i am facing:
The head element should be a child of the html element.
The body element should be a child of the html element.
The head element should wrap around the title element.
The body element should wrap around both the h1 and p elements.
I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.
as I already said above, to show your code you need to format it using the backticks
I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.