0
Is the text I insert between the head tags visible to others when they visit my website?
Can any one answer my question? Does it appear on the tab when they open your website?
2 Answers
+ 6
The header tag in HTML was used to specify the resources used by the page including metadata and page title as well.
Most browsers display the page title on the tab. Hope this helps! đ
+ 2
If you want the text visible on the tab you need to use the 'title' opening/closing tag.
People can see what's in head only if they view the page source.