{
  "id": 9673868,
  "title": "Day 8: HTML Media Tags & Starting My JavaScript Journey 🚀",
  "url": "https://urgent.news/2026/09/25/day-8-html-media-tags-starting-my-javascript-journey",
  "topic": "tech",
  "section": "Tech",
  "published": "2026-09-25T01:48:38.000Z",
  "source": {
    "name": "Dev.to",
    "slug": "dev-to",
    "url": "https://dev.to/saravanan_cn_183fcba7cc7a/day-8-html-media-tags-starting-my-javascript-journey-1f9e"
  },
  "original_language": "en",
  "account": "On the eighth day of my web development journey, I continued to expand my knowledge of HTML and CSS. I discovered the iframe tag, which allows embedding external content within an HTML page. Additionally, I learned how to incorporate videos using the tag, enhancing interactivity on webpages.\n\nHaving grasped these HTML concepts, I ventured into JavaScript, a powerful programming language that brings webpages to life with interactivity and dynamism. To begin my JavaScript journey, I focused on understanding data types. Fundamental data types include:\n\nString, as demonstrated by `let name = \"Saravanan\";` representing text.\n\nNumber, exemplified by `let id = 31;` assigning integer values.\n\nBoolean, represented by `let isLearning = true;` indicating true or false values.\n\nUndefined, exemplified by `let value;` signifying a variable without assigned value.\n\nNull, symbolized by `let data = null;` representing an intentional absence of value.\n\nMoreover, I also learned about BigInt, Symbol, and Object data types.\n\nThis day marked a significant milestone in my journey, as I completed several HTML and CSS concepts and embarked on my JavaScript adventure. I am enthusiastic about progressing step by step in learning JavaScript and creating even more interactive webpages.",
  "summary": "1. iframe I learned about the <iframe> tag, which can be used to embed another webpage or external content inside an HTML page. 2.audio controls I learned how to add videos to a webpage using the tag. 3.video controls After learning these HTML concepts, I started learning JavaScript. JavaScript is a programming language that can make webpages interactive and dynamic. I started with JavaScript…",
  "key_points": [],
  "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."
}