HTML Attributes


All html elements may contain attributes(that provide additional description). These attributes can only be defined in a start tag. All attributes and names are case sensitive. The best practice is that every attributes values should come in double quotes like (“”).

Syntax:     

The sytax for defining attributes are like href=”url”, or name=”some value”.

No comments:

Post a Comment