Open Issues Need Help
View All on GitHubAI Summary: This issue requires a simple text correction in an HTML file. The `<title>` tag in the main HTML file is incorrectly set to 'My vlog' and needs to be changed to 'My Blog' to accurately reflect the content of the page. This is a straightforward fix involving locating and editing a single line of code.
- Build a simple blog webpage that includes essential HTML elements like headings, paragraphs, unordered and ordered lists, links, and images. The page should start with a DOCTYPE declaration and include the `<html>`, `<head>`, and `<body>` tags - Skills Covered :- HTML structure and embedding media.