<img>

Description

This element controls how a picture is displayed on a web page.

Example


<html>
<body>
     <img src="http://java2s.com/style/download.png" 
          alt="The Capitan">
</body><!--   w  ww . ja  v  a  2s .  co m-->
</html>

Click to view the demo

The code above generates the following result.

img




















Home »
  HTML CSS »
    HTML CSS Reference »




HTML Tag Reference
CSS Reference
CSS Selector Reference
Encoding Reference