HTML Reference: Images
Quick reference for Images.
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">
Quick reference for Images.
Quick summary of Images with syntax and example.
<img src="..." alt="...">
<img src="/public/img/logo.png" alt="DrSchool" width="160">