0
Head Tag Contain Only Non Visual elements?
Plz Tell Me If <head> Tag Only Contains Non Visual Elements As Solo learn Said Then Why Is The Text between <head> Tags Here Appear on Output https://code.sololearn.com/Wf4N18WKI63e/?ref=app
1 Answer
+ 4
All the text in your html will be visible unless it's in tags like <script> or <style>. The head tag helps you to have more organized the document, and put there non-visual elements, that does not mean that you hide it if you put one.