HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

What is a Tag in HTML

What is a Tag in HTML?

 

HTML Tags are basically used to set content and format of the HTML pages. We can define them with  (<) and (>) symbols. In other words, we can say that an opening tag must be preceded by a closing tag and indicated with a "/" symbol. It actually tells the browser to format the HTML. Tags are multipurpose and we can use them to write headings, paragraphs, display images, videos, etc, and many more.

Code Explanation

All Tutorials related to FAQs

All Sections related to HTML