+ 1
I taught head tag is suppose to be non visual and body tag visual?.I tried it and I saw both d code I wrote in head tag body tag
Difference between head tag and body tag
3 ответов
+ 2
It's conventional, we're not supposed to write anything visual in <head> block. Even though what you observed is possible, it is considered bad practices, and against the convention. Just avoid such practices : )
You may better put HTML in your question tags rather than 'tags', just to be clear contextually.👍
+ 2
Ok thank bro
+ 2
Thanks for the answers.