HTML5
web designing
What is an attribute?
What is an attribute?
An attribute is a characteristic of a page element, such as a font. An HTML user can set font attributes, such as size and color, to different values.
Example 1:
<h2 title="Hypertext Language Markup">HTML</h2>
Post a Comment