Select a specific element

html_element() returns same # outputs as inputs (1 thing in, 1 thing out)

  • "thing" = <thing> tag
  • ".thing" = something with attribute class="thing"
  • "#thing" = something with attribute id="thing"