HTML Class 12 #.
Asslam o Alaikum dear Friends. A complete course with short and easy classes. so let's start your HTML Class.
HTML Class 12 #.
In This class i tell you how to set Link on image in a page .
by using <a href="url"> <img src="image url"></img></a> you can set the link on any image the following example show the use of tag to link the image.
<!DOCTYPE html>
<html>
<head>
<title>wasim teach</title>
<meta charset="UTF-8"/>
<link rel="stylesheet" href="" type="text/css"/>
</head>
<body>
<a href="https://wasimteach.blogspot.com/2019/05/html-class-12.html"> <img src="Link of your Picture" width="50" height="70"></img> </a>
</body>
</html>
In This class i tell you how to set Link on image in a page .
by using <a href="url"> <img src="image url"></img></a> you can set the link on any image the following example show the use of tag to link the image.
Example :
Code :
<!DOCTYPE html>
<html>
<head>
<title>wasim teach</title>
<meta charset="UTF-8"/>
<link rel="stylesheet" href="" type="text/css"/>
</head>
<body>
<a href="https://wasimteach.blogspot.com/2019/05/html-class-12.html"> <img src="Link of your Picture" width="50" height="70"></img> </a>
</body>
</html>
OUTPUT
Thanks For reading :
Meet you in next Class.
Comment me if you have any trouble or question .
No comments:
Post a Comment