Attributes are another important part of HTML markup language.Attributes provide additional information about an element. Attributes are always specified in the start tag. Attributes come in name/value parts like: name="value".
The name is the property & the value is what you want the value of the property to be.
below is example of HTML Attributes.
<font face="arial" color="#CC0000">
in above example font is name & arial, #CC0000 are values. values should be put in double quotation marks.
No comments:
Post a Comment