HTML meta tags cheatsheet
Meta Charset: Specifies the character encoding for the HTML document.
html
<meta charset="UTF-8">
Meta Viewport: Controls the layout on mobile browsers by setting the viewport width and scale.
html
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Meta Description: Provides a brief summary of the page content for search engines.
html
<meta name="description" content="Description of the webpage">
https://www.radarhot.com/2024/07/html-meta-tags-cheatsheet.html