<style>
embed,img,object{
width:100px;
box-shadow:0 0 4px black;
margin:10px;
}
</style>
<embed src="images/tk.jpg">
<img src="images/tk.jpg">
<object data="images/tk.jpg"></object>
<p><b>Comment:</b> We are using &lt;embed>, &lt;img>, &
amp;lt;object> tag to show an image</p>