HTML N CSS

05 Images


Image tag (img) attributes:
src: folder and image name. src="images/shadeofhades.jpg"
alt: Text as an image place holder. alt="Shade of Hades"
title: Text appearing on image scroll over. title="Shade of Hades"
height: Height of image in pixels. height="300"
width: Width of image in pixels. width="300"
figure: A container element to encompass an image and a caption: (figure)(img)(figurecaption)(/figurecaption)(/figure)
figurecaption: Caption with image:(img)(figurecaption)(/figurecaption)

Shade of Hades

Shade of Hades
Shade of Hades
Back