Mayank Modi
HTML address Tag with Example
HTML <address> tag represents an address or contact information. It can be used for multiple purposes like...
Contact information used for any document/webpage that represents...
HTML acronym Tag with Example
HTML <acronym> tag represents full version (full name) of an acronym when mouse over the defined text. It helps web browsers to display an...
HTML abbr Tag with Example
HTML <abbr> tag represents full version (full name) of an abbreviation/acronym when mouse over the defined text. It helps web browsers to display important...
HTML a Tag with Example
HTML <a> tag represents internal or external hyperlinks.
Anchor tag is used to link from one web page to another web page internally or externally...
HTML Comment Tag with Example
HTML comment tag is used to insert comments inside source code. Contents within comment (<!--..-->) tag will not be displayed in web browsers.
Writing comments...
HTML DOCTYPE Tag with Example
HTML <!DOCTYPE> tag is the first statement of HTML document which represents a document type. HTML DOCTYPE declaration is used to instruct web browsers...
What is HTML?
HTML stands for Hyper Text Markup Language. HTML is the markup language for creating web pages or websites that we can see in web...