XML attribute

What are XML attribute?

E

Expert

Verified

XML attribute comprises of the additional information relating to the specified element. XML attributes uses the name-value pair. Such as, element student has an attribute called as id and its value is set to s01, as shown in the given code:
<Student ID="s01">
...
</Student>

   Related Questions in DOT NET Programming

©TutorsGlobe All rights reserved 2022-2023.