HTML | Attributes
Tag Attributes:
Tags support one or more attributes. These attributes are included in
attribute_name=”attribute_value”
<p align=”2″>
Rules for Attributes:
Any attributes in an HTML tag need to appear after the HTML tag name.
The attribute name must be followed immediately by an equal sign (=).
The attribute value needs to come immediately after the equal sign.
The attribute value must always…
View On WordPress









