Multiple choice general knowledge

Which of the following tags is used to categorize HTML pages so that search engines can better identify their content?

  1. SUMMARY

  2. SUM

  3. META

  4. CRAWLER

  5. HEADER

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

META tags in the HTML head section provide metadata about the webpage, including descriptions and keywords that search engines use to index and categorize content. They are specifically designed for search engine optimization and do not affect the visible page content. Other options like SUMMARY and HEADER are not standard HTML metadata tags, while CRAWLER is not an HTML element at all.