Header menu

_________________________________________________________________________________

Tuesday 27 August 2013

Add link in an image in html

<html>
<body>
<div style="border:1px solid; background-color:#EDEDED; height:auto ;width:320px;">
    <div style="background-color:#666683; height:30px ;width:320px;">
        <b><p style=" text-color:#ffffff;align=:center; margin: 0 70;">Web Coding Source </p></b>
        </div>
<a href="http://codesplanet.blogspot.com/"><img border="1px" width="318px" height="250px" src="http://2.bp.blogspot.com/-7-FF9WY6NLA/Uhn7osnYiXI/AAAAAAAAAEw/qIgAg3EFBjU/s1600/apache-mysql-php-phpmyadmin-300x187.jpg"/></a>
</div>
</body>
</html>

No comments:

Post a Comment