1
HTML/CSSBeginner#html#meta
charset defines character encoding, viewport controls responsive scaling on mobile, description and keywords help SEO, and og: tags control social media link previews. They live in the <head>.
<meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="Learn web development"> <meta property="og:title" content="My Page">