InterviewSolution
Saved Bookmarks
| 1. |
Different between attributes and elements |
|
Answer» Attributes:- attributes provides additional information to the tag. Attributes are always written in name value pair. Eg. Here color is name and red is value.Element:- element is fundamental component of web page which consist of opening tag, text and closing ta.Eg. welcome Here opening tag, welcome is the text and is closing tag...thank you?? |
|