Attribute/ vs element

Can you please tell me the difference between attribute and element in XML under the Node Type field…

thanks.

Say you have this XML document:

123 John Smith

All values are contained within elements. Now look at the next one:

John Smith

This time, the Number is an Attribute of the Customer Element.