Retrieve innerhtml for href within a div

Retrieve innerhtml for href within a div

Im trying to return the inner html from all href's within a div. This is what I have so far, but am battling to get the return I want 
  1.  $(document.body).on("click", "#htTab a", function getInner() {
                
            });