Curriculum
Course: HTML Basic
Login

Curriculum

HTML Basic

HTML Introduction

0/1

HTML Editors

0/1

HTML Attributes

0/1

HTML Paragraphs

0/1

HTML Formatting

0/1

HTML Comments

0/1

HTML Favicon

0/1

HTML Page Title

0/1

HTML Iframes

0/1

HTML Java Script

0/1

HTML File Paths

0/1

HTML Symbols

0/1
Text lesson

Images

HTML Images

IMG_3830

Example

<img src=”image.jpg” alt=”Flowers”>

Images Syntax

The <img> tag embeds images in a webpage by linking to external sources, acting as a placeholder. It is self-closing and has no end tag.

Syntax Example

<img src=”url alt=”alternatetext>