What are the template tags in WordPress? List some of them

What are the template tags in WordPress? List some of them.

All these “template tags” can be used in your day-to-day blogs to display your information dynamically and gradually, customize your blog accordingly. Different tags that are used are -

  1. get_headers()
  2. get_footer()
  3. get_sidebar()
  4. the_author()
  5. get_the_author()
  6. get_bookmark()
  7. get_bookmarks()
  8. the_category()
  9. the_tags()
  10. comment_author()
    and many more …