DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

HTML Reference: Images

Quick reference for Images.

Read time: 1 min Words: 14
Open Playground → HTML My Progress

HTML Reference — Images

Quick summary of Images with syntax and example.

Syntax

<img src="..." alt="...">

Example

<img src="/public/img/logo.png" alt="DrSchool" width="160">