1- GetElementsById
Returns the first element with the specified id.
2- GetElementsByName
Returns all elements with a specified name in an JavaScript array.
3- GetElementsByTagName
Returns all elements with a specified tagname in a JavaScript array.
Additional Reading
Document Object Model(DOM) and QTP – A complete guide.