HTML — Images
Images make websites look nice. Use <img>
tag with src
for the file and alt
for text if the image doesn’t load.
<img src='cat.jpg' alt='Cute Cat'>
Images make websites look nice. Use <img>
tag with src
for the file and alt
for text if the image doesn’t load.
<img src='cat.jpg' alt='Cute Cat'>