5.1 Meta Tags Flashcards
(10 cards)
Where should <meta charset=”UTF-8”, be placed in an HTML document?
Inside the <head> element, ideally as the first meta tag.
What does <meta></meta> do?
It makes your site responsive by controlling the viewport size & scale on mobile devices.
Why is the viewport meta tag important for mobile users?
Without it, mobile browsers may render pages at desktop width, making them unreadable.
What does <meta></meta> do?
Provides a summary of the page for search engines & social previews.
What is the purpose of <meta></meta>?
Suggests keywords related to the page; not widely used by modern search engines.
What are open Graph (OG) meta tags used for?
They control how your webpage appears when shared on social media.
What does <meta></meta> do?
Provides a description shown when the page is shared.
What does <meta></meta> specify?
Sets the title that appears when the page is shared on social media platforms.
What does <meta></meta> do?
Sets a preview image for sharing.
where should Open Graph tags be placed?
Inside the <head> of your HTML document.