From 70d1a77493384e435257203e5d80944522d52f5b Mon Sep 17 00:00:00 2001 From: Ajay Dhangar Date: Sat, 14 Mar 2026 21:04:09 +0530 Subject: [PATCH] ADD: AdsComponent --- .../frontend-beginner/html/adding-images.mdx | 9 ++++----- .../frontend-beginner/html/final-project.mdx | 7 +++++-- .../frontend-beginner/html/forms-and-inputs.mdx | 12 ++++++------ .../frontend-beginner/html/hyperlinks.mdx | 9 ++++----- .../frontend-beginner/html/intro-to-html.mdx | 4 ++++ .../frontend-beginner/html/lists-and-orders.mdx | 7 ++++--- .../frontend-beginner/html/semantic-html.mdx | 5 ++++- .../frontend-beginner/html/text-power.mdx | 5 ++++- .../frontend-beginner/html/the-skeleton.mdx | 4 ++++ absolute-beginners/index.mdx | 2 ++ 10 files changed, 41 insertions(+), 23 deletions(-) diff --git a/absolute-beginners/frontend-beginner/html/adding-images.mdx b/absolute-beginners/frontend-beginner/html/adding-images.mdx index caa8805..305e48e 100644 --- a/absolute-beginners/frontend-beginner/html/adding-images.mdx +++ b/absolute-beginners/frontend-beginner/html/adding-images.mdx @@ -7,6 +7,8 @@ description: "Learn how to bring your website to life with pictures." A website without pictures is like a book without a cover, it can be great, but it's much harder to grab someone's attention! Today, you are going to learn how to embed images into your pages. + + ## The "No-Sandwich" Tag Most tags we've learned (`

`, `

`, `

    `) are like sandwiches: they have a start and an end. @@ -22,7 +24,6 @@ To show an image, we need two very important "Attributes" (extra pieces of info) ```html codeharborhub social card - ``` ### Why is `alt` text so important? @@ -39,7 +40,6 @@ You can link to any image already on the internet. ```html CodeHarborHub Official Logo - ``` ### 2. Using a Local File (Internal) @@ -48,16 +48,16 @@ If you have a photo on your computer, put it in the same folder as your `index.h ```html Me at the beach - ``` + + ## Changing the Size Sometimes an image is way too big and takes up the whole screen. You can control the size directly in HTML using `width` and `height`. ```html A cool blue robot - ``` :::warning Beginner Alert! @@ -79,7 +79,6 @@ Let’s combine everything! Try to build this in your `index.html`:
  • Coffee
- ``` ## Summary Checklist diff --git a/absolute-beginners/frontend-beginner/html/final-project.mdx b/absolute-beginners/frontend-beginner/html/final-project.mdx index 37b2c73..6b362d4 100644 --- a/absolute-beginners/frontend-beginner/html/final-project.mdx +++ b/absolute-beginners/frontend-beginner/html/final-project.mdx @@ -9,6 +9,8 @@ Congratulations! You’ve moved from "What is a tag?" to understanding the full Your mission is to create a **Personal Portfolio Page**. This site will tell the world who you are, what you’re learning, and how to contact you. + + ## The Project Blueprint Before we code, let's look at the structure we want to achieve. We are going to use **Semantic HTML** to keep it professional. @@ -49,6 +51,8 @@ Create a final `
`. Add a `