You can access the attribute values
for an HTML element,
by simply looking up the value
of that property on the object
representation of the HTML element.
Look at the example given below:
In the example given above, we
simply looked up the value
of the type
and
value
properties on each of the input
DOM objects.