INTRODUCTION
HTML elements can have attributes. An attribute is a property that provides additional information about an HTML element. Attributes are always specified in the opening tag. All attributes consist of two parts: a name and a value , separated by "=". The name is the property you want to set, and the value is what you want for the respective property. It is always put within quotation marks.
Syntax :
< Tag attribute_name 1 = " value 1" attribute_name_n = " value n " >
Examples :
Examples :
No comments:
Post a Comment