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

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