+ 1
in HTML is it necessary to write head and body tag? can i write paragraph tag Direct after HTML tag?
5 ответов
+ 3
maybe you can yeet out head, but not body as it is the visual part of a webpage. without it, don't even expect that your browser will show it.
+ 1
Head tag tell browser that content inside are links for setting, not for visual,
Body tag tell browser that content inside it is has to be shown on browser.
You should practice standard methods and browser friendly code to load easily
Codepen has the same form you are talking about but they have preset to put all things inside body tag and show the result.
0
In Sololearn playground you can do that maybe... But in pc when it open in your Localhost it will not work