HTML - Tags - <img>

#68 of 147
img

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

The img element adds a bitmap image to the page.

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