HTML Images
Images are embedded using the <img> tag. It is a self-closing (void) element.
Required Attributes
src— Path or URL to the image filealt— Alternative text (shown if image fails; used by screen readers)
Optional Attributes
width/height— Set dimensions in pixelsloading="lazy"— Defer loading until near viewport (performance)
Image Formats
Common web image formats: JPG (photos), PNG (transparency), WebP (modern, compressed), SVG (vectors).