Open Issues Need Help
View All on GitHubAI Summary: This issue reports an incorrect title tag in an HTML file, where it currently displays "My vlog" instead of the accurate "My Blog." The proposed fix involves locating the <title> tag within the <head> section and changing its content to reflect "My Blog" for better accuracy and consistency with the page's content.
- 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.