Monday, 11 July 2016

ADD BORDER OVER IMAGE

<html>
<head>
<title>
 WEB DESIGNING
 </title>
 </head>
 
 <body bgcolor="black" >
 
 <font size="6" color="red" face="comic sans MS"> 
  <br>IMAGE is inserted within dotted red border in black background!!!
 
  <img style="border:5 dotted red" src="E:\comp.jpgheight="200" width="400" alt="image">

 </font>

 <br>
 <font size="6" color="yellow" face="comic sans MS"> 
 <br>IMAGE is inserted yellow border in black background!!!
<img style="border:5 solid yellow" src="E:\HTML pages\com.jpg"height="200" width="400" alt="image">


</font>

  </body>
  </html>










No comments:

Post a Comment