Home > Article > Web Front-end > A detailed introduction to HTML headers
HTML element
The
element contains all head tag elements. In the element you can insert scripts, style files (CSS), and various meta information.Element tags that can be added to the head area are:
The meta tag describes some basic metadata.
The tag provides metadata. Metadata is also not displayed on the page, but is parsed by the browser.
The META element is typically used to specify a web page's description, keywords, the file's last modification time, author, and other metadata.
Metadata can be used by browsers (how content is displayed or pages are reloaded), search engines (keywords), or other web services.
Generally placed in the
areaDefine keywords for search engines:
Define description content for the web page:
Define page author:
Refresh the current page every 30 seconds: