What are Attribute ?
Attributes are use to give more information about Html Tags.
Attributes are written inside the html tag.
Attributes is Written at the Starting of the tag.
it Never be written at end of the tag.
Tag can be content one or more attribute.
Attributes are composed of name and value. the structure of attribute look like attributename="value"
You can also use the single quotation.
There is only <title> attribute that doesn't work in mobile it only work in pc.
Eg:-
Code:-
In above example there are two attributes are used inside the <p> tag .
Frist is style attribute and second is color attribute.