InterviewSolution
Saved Bookmarks
| 1. |
2.Anis a special keyword used inside the tag to specify additionalinformation about the tag.3.Theshould be short and less than 64 characters.plzz answer both it is important |
|
Answer» 1) An attribute is a special keyword used INSIDE the tag to specify additional information about the tag and customise it. For EXAMPLE,
In this example, ‘align’ is an attribute of Most attributes are optional and are only used when the default BEHAVIOR of a tag is to be changed. 2) Column names cannot be longer than 64 characters or include these characters: " < > { } |" |
|