XHTML | Tags | Symbols | Lists | Links | Images | Contact Forms | Declaration
The <img /> tag is a self-closing inline tag for displaying Images. The alt="" attribute is required and declares alternate text if the image does not display for any reason. This image is displayed with a relative path...
The output to the browser is...
This image is displayed with an absolute path...
The output to the browser is...
The anchor tags can be used to link to an image...
The output to the browser is...
link name
Images can be modified with CSS styles for size and positioning, as defined on the CSS page.