+ 11
Why the text still can be displayed even when not inside the tags?
5 Answers
+ 11
<html>
<head>
</head>
<body>
This is a line of text.
</body>
</html>
The text can be placed anywhere...
+ 1
Thatâs true, but itâs not standard.
+ 1
its because this text is not a tag, and browser have to output these words as text
0
Can u give an example?
0
I think it's because of html. In html 4 and previous versions even if you don't close the tags it works. But when you come to xhtml... Rules are strict. Should open and close tags properly. Shouldn't miss the quotation marks....