HTML - Tags - <image>

#67 of 147
image
Next img

 <html>
 <body>
     <figure>
         <image src="images/waterloo.gif" />
         <figcaption>The battle of Waterloo</figcaption>
     <figure>
 </body>
 </html>
 

The image element is a non-standard alias for the img tag.

Non-standard

A live example:


[waterloo.gif]
The battle of Waterloo

N of

Ads by Google


Ask a question, send a comment, or report a problem - click here to contact me.

© Richard McGrath