inline images : Image « CSS Controls « HTML / CSS






inline images

  
<!DOCTYPE html> 
<html> 
<head> 
<title></title> 
</style> 
</head> 
<body> 
<h1>Inline Images</h1> 
<p>Have you seen this person? 
<img src="http://java2s.com/style/logo.png" alt="logo"/></p> 
<p><a href="report.html" 
title="Report sighting"><img src="http://java2s.com/style/logo.png" alt="Yes" 
align="top"/></a> 
Please let us know.</p> 
</body> 
</html> 

   
    
  








Related examples in the same category

1.Image wrap text
2.Image floating
3.Image as list icon
4.Using huge image as background
5.Image and text
6.Huge topic image
7.Image gallary inside the sidebar
8.Image on the left
9.Image centered design
10.Fill left and right side of the content with image pattern
11.Single column with Top image section
12.Anchor hover with image background
13.List with image background
14.Flowing text around an image
15.Adding shading and mask to a picture
16.Gallery Grid Demo