Saved Bookmarks
| 1. |
Which of the following does not hold true for attributes?1. attributes provide additional to the tag2. attributes appear insides the ON tag3. you cannot define our attributes in HTML5 |
|
Answer» All HTML elements can have attributes Attributes provide additional information about elements Attributes are always specified in the START tag Attributes USUALLY COME in name/value PAIRS like: name="value" |
|