<a>
All Tags not showing in online page, but show on view source.
<a href="http://www.home2it.com">Welcome to Home2IT.com!</a>
Code show like this:
Browser Support
The <!DOCTYPE> tag is supported in all major browsers.
What is a tag
a tag is means anchor and used to hyperlink. a tag used to link from one page to another page and anything.
HTML 4.01
In HTML 4.01, the <a> tag could be either a hyperlink or an anchor. In HTML5, the <a> tag is always a hyperlink, but if it has no href attribute, it is only a placeholder for a hyperlink.</a>
HTML 5
HTML5 has some new attributes, and some HTML 4.01 attributes are no longer supported.