hc_elementGetElementsByTagNamesSpecialValue Curt Arnold The "getElementsByTagName(name)" method may use the special value "*" to match all tags in the element tree. Create a NodeList of all the descendant elements of the last employee by using the special value "*". The method should return all the descendant children(6) in the order the children were encountered. 2002-06-09 "em" "strong" "code" "sup" "var" "acronym"