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 are Attributes in HTML

What are Attributes in HTML?

 

HTML Attribute is used to change or alter the behavior of the tag. We can define it inside the tag exactly after the name of the tag and inside the angular bracket. They are always written in opening tags and we can never write them in closing tags. An example is:- the input tag which has a text field, checkbox, radio button, and many more.

Code Explanation

All Tutorials related to FAQs

All Sections related to HTML