In this blog,I'm going to post some basic HTML code of web page designing in a simplest way.
Monday, 11 July 2016
ADDING CLICKABLE IMAGE TO WEBPAGE
<html>
<head>
<title>
WEB DESIGNING
</title>
</head>
<body bgcolor="brown">
<center> <font size="6" color="purple" face="Bradely Hand ITC"> Click On This Image to Know more ...</font> </center>
<br>
<a href="http://www.aboutfish.com">
<center>
<img style="border:5 solid yellow" src="E:\HTML pages\fish.jpg">
</a>
</center>
</body>
</html>
<head>
<title>
WEB DESIGNING
</title>
</head>
<body bgcolor="brown">
<center> <font size="6" color="purple" face="Bradely Hand ITC"> Click On This Image to Know more ...</font> </center>
<br>
<a href="http://www.aboutfish.com">
<center>
<img style="border:5 solid yellow" src="E:\HTML pages\fish.jpg">
</a>
</center>
</body>
</html>
ADD LINK IN WEBPAGE
<html>
<head>
<title>
WEB DESIGNING
</title>
</head>
<body link="blue" alink="green" vlink="red">
<a href="HTML pages/2)add_color_to_backgrond_&font.html"> MY WEBPAGE </a>
<br> <br> <a href="http://www.google.co.in"> GOOGLE HOMEPAGE </a>
<br> <br> <a href="computer.html"> computer page </a>
</body>
</html>
<head>
<title>
WEB DESIGNING
</title>
</head>
<body link="blue" alink="green" vlink="red">
<a href="HTML pages/2)add_color_to_backgrond_&font.html"> MY WEBPAGE </a>
<br> <br> <a href="http://www.google.co.in"> GOOGLE HOMEPAGE </a>
<br> <br> <a href="computer.html"> computer page </a>
</body>
</html>
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.jpg" height="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>
Subscribe to:
Posts (Atom)






