Displaying Image And Demonstrate Hyper Linking.
<a> tag is used to use hyperlink, href attribute contains the actual link. <img> tag is used to display image, src attributes contains the actual link. imageDemo.html <html> <head> <title>Image Link Demo</title> </head> <body bgcolor=”#f5e44c” align=”center”> <br/><h1><u>Display Image Demonstrate Hyper Linking</u></h1> <h2>Click on image or link… Read More »Displaying Image And Demonstrate Hyper Linking.