+ 1
What should i do with The body tag?
What should i do in try it yourself? I just did <p> and </p> tag to write something ,but it shows that it has error
5 ответов
+ 3
"<i got 100 math in test>"
the problem is you have used the left and right angle brackets"<>" on the text, therefore you have confused the browser to read it like a tag.
the proper way is
<p>i got 100 math in test</p>
+ 1
thank you!!
0
can you post your code please so we can see what cause that error?
0
<html>
<head>
</head>
<body>
<p> <i got 100 in math test></p>
</body>
</html>
0
its a essential one.. if u don't knw... all things we wrap is in between body tag.. all the seen things we see