
Trucos de hojas de estilo gratis
Codigo
<DIV style="BORDER:
green 12px ridge;
width: 200; height:200">
<img src="fondos/angeles1.jpg"width=200 height=200>
</DIV>

Codigo
<html> <head> <title>Ejemplo</title>
<style>
img.egipto1 {border: dashed 4px maroon;}
</style>
</head><body>
<img class="egipto1"
width=180; height=200;
src=imagen2.jpg>
</body> </html>