Meta tags and page titles
📖 Scenario: You are creating a simple webpage for a local bakery. The bakery wants the page to have a clear title and meta tags that describe the page content and help search engines understand it.
🎯 Goal: Build a basic HTML page with a <title> tag and two meta tags: one for description and one for keywords.
📋 What You'll Learn
Create an HTML skeleton with
<html>, <head>, and <body> tagsAdd a
<title> tag with the exact text 'Sweet Treats Bakery'Add a meta tag with name 'description' and content 'Freshly baked goods every day'
Add a meta tag with name 'keywords' and content 'bakery, bread, cakes, pastries'
💡 Why This Matters
🌍 Real World
Websites use meta tags and titles to improve search engine ranking and user experience by showing meaningful page names and descriptions.
💼 Career
Web developers and content creators must know how to add meta tags and titles to make websites easy to find and understand.
Progress0 / 4 steps