{
  "id": 4227278,
  "title": "# Building My First Multi-Page Website Using HTML Only 🚀",
  "url": "https://urgent.news/2026/08/29/building-my-first-multi-page-website-using-html-only",
  "topic": "tech",
  "section": "Tech",
  "published": "2026-08-29T16:09:14.000Z",
  "source": {
    "name": "Dev.to",
    "slug": "dev-to",
    "url": "https://dev.to/durgadevi26dev/-building-my-first-multi-page-website-using-html-only-317i"
  },
  "original_language": "en",
  "account": "On the first day of his HTML Learning Series, the author began practicing HTML by creating a multi-page website without using CSS or JavaScript. The project aimed to understand how HTML works in building a real website. The website consists of various pages representing different sections like Home, Introduction, About Me, Education, Skills, Projects, Media, and Contact. These pages were connected using HTML links displayed in the main navigation menu.\n\nThe author emphasized the importance of semantic HTML by using relevant elements like header, nav, main, section, article, and footer instead of generic div elements. This makes the structure of the webpage easier to understand. Specific semantic elements used in the project include header, nav, main, section, article, footer, figure, figcaption, and address.\n\nThe author practiced using images with alternative text for accessibility and added a figure with figcaption to display a learning journey with HTML. Different types of links were used, such as external links, email links, and internal page links, which helped the author understand the distinction between navigating within a website and linking to an external one.\n\nTo make the website more mobile-friendly, the author included the viewport meta tag in the head section of the HTML document. Additionally, the description meta tag was added to the home page to provide a brief overview of the website.\n\nThrough this project, the author learned various aspects of HTML, including how multiple HTML pages work together, internal navigation, the usefulness of semantic elements, adding images and links, structuring a webpage with meaningful elements, the purpose of metadata, the importance of alternative text, and creating a complete website without CSS or JavaScript. The author plans to learn CSS next to improve the website's layout, colors, typography, spacing, flexbox, grid, and responsive design.",
  "summary": "Day 1 of my HTML Learning Series When I started learning HTML, I initially practiced individual tags and small examples. But after learning different concepts, I wanted to understand one important thing: Can I bring everything I learned together into one complete website? So I created an HTML-only multi-page website . No CSS. No JavaScript. Just HTML. 💻 This project helped me understand how HTML…",
  "key_points": [
    "Author creates multi-page website using only HTML, no CSS or JavaScript",
    "Semantic HTML elements like header, nav, main, section, article, and footer used",
    "Website includes images with alternative text and links for navigation"
  ],
  "editors_take": null,
  "illustration": null,
  "coverage": {
    "outlets": 1,
    "also_reported_by": []
  },
  "ai_generated": true,
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original."
}