Computer Science, asked by jacobpittman, 3 months ago

Which element specifies the keywords of the document?

Answers

Answered by ItsMeNotYou7798
3

Answer:

The <meta> element is typically used to specify the character set, page description, keywords, author of the document, and viewport settings.

Explanation:

Answered by rajtripathi11
1

Answer:

The <meta> element is typically used to specify the character set, page description, keywords, author of the document, and viewport settings. The metadata will not be displayed on the page, but are used by browsers (how to display content or reload page), by search engines (keywords), and other web services.

Similar questions