Kit Library / Computer Science / Web Development

⚡ Topic Learning Kit

html images links and lists

English 18 leveled MCQs 22 flashcards 9 games Free

Shared by a Veda learner · Generated with Veda AI

⚡ Veda Bites

The whole idea, one bite at a time

Veda Bites are swipeable micro-lessons — each one teaches exactly one idea. Here's a taste from this kit; the app has the full deck.

💡 Key Idea

Three Tags That Build Every Web Page

Images, links, lists — the web's core trio.

Almost every webpage you visit relies on three HTML elements to look and behave the way it does.

↳ Master <img>, <a>, and list tags and you can build the visual and navigational skeleton of any page.

📖 Definition

The <img> Tag: Embedding Pictures

One tag, one image, one src.

↳ <img> is a self-closing tag — it has no closing </img> and always needs src.

💻 Code Example

Writing Your First Image Tag

See the tag, see the result.

↳ Always include alt — it improves accessibility and appears when the image can't load.

📖 Smart notes

What you'll study, topic by topic

1

HTML Images, Links, and Lists

HTML images, links, and lists are the core building blocks for adding visuals, navigation, and structured content to web pages. The tag embeds pictures, the tag creates hyperlinks, and , , and organize content into me...

  • HTML stands for HyperText Markup Language and structures content on the web.
  • The `` tag embeds an image and is a void element with no closing tag.
  • The `src` attribute of `` gives the path or URL of the image file.

~15 min · full explanation, examples & memory tricks in the app

❓ Leveled MCQ practice

Try the smart MCQs from this kit

18 questions laddered from warm-up to topper-level, each with an explanation. A taste:

Which tag is used to embed an image on a webpage?

Beginner
A `<picture>` B `<src>` C `<img>` D `<image>`
Show answer & explanation

`<img>`

The `` tag embeds an image file into the page. `` and `` are not the correct tags for this job.

Which attribute of `<img>` gives the path or URL of the image file?

Beginner
A `href` B `link` C `src` D `alt`
Show answer & explanation

`src`

`src` (source) tells the browser where the image lives. `href` belongs to the anchor tag, not ``.

Which tag creates a hyperlink?

Beginner
A `<href>` B `<link>` C `<a>` D `<url>`
Show answer & explanation

`<a>`

The `` tag, called the anchor tag, creates a hyperlink. Its destination is set by the `href` attribute.

Which tag creates a bulleted list?

Beginner
A `<li>` B `<ul>` C `<bl>` D `<ol>`
Show answer & explanation

`<ul>`

`` creates an unordered (bulleted) list. `` creates a numbered list and `` wraps a single item.

🃏 Flashcards

Tap a card to flip it

22 flashcards in this kit — the app reviews them with spaced repetition so the right card returns on the right day.

🎮 Learning games

Play your way through this kit

Every game is built from this kit's own content — scores feed your mastery, so playing counts as studying.

Word Match True False Memory Match Flashcard Battle Speed Quiz Guess Term Sequence Builder Categorization Revision Battle Playable in the app

Study it properly — free, in the app

The full Veda Bites deck, complete notes, spaced-repetition flashcards, leveled MCQs, tests and games for this kit — plus Daily Facts and the Arena, every day.