0
I AM not writting the tags <html> , body,head then also the content is showing on my browser why and how is it happening??
2 Respostas
+ 4
there are lot more surprises in html
start with one tag and end with another tag . it will still work
<H1> some text </H2>
+ 1
Since, All the browser renders HTML, therefore, even without <html> and <body> tag, the code is executed. They just need a tag to execute.