The Element interface extends the Node interface. "Node" is the kind of objects returned in the getElementsByTagName method though the objects are of type "Element". To access the content of each element we have to use the getElementsByTagName method...