Explain XML Attributes with an example.- The attributes in XML provide additional information about elements. - These attributes are just like HTML. - They are designed to contain data related to a specific element. - The values of the attribute must always be quoted. Either of the single or double quotes can be used. Eg: <book name = "Da Vinci Code">
|