- 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.

1 Open Issue Need Help Last updated: Nov 8, 2025

Open Issues Need Help

View All on GitHub

AI 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.

Complexity: 1/5
bug enhancement good first issue

- 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.

HTML