Why html permits bulk text (text without being between tags) in the main body, isn't it 'wrong'?

46 Views Asked by At
<body>

<h1>My First Heading</h1>
bulk text
<p>My first paragraph.</p>

</body>
0

There are 0 best solutions below