Page 67 - Chinmaya_C7_flipbook
P. 67

Write HTML code to create a text hyperlink on a web page.

                 <!DOCTYPE HTML>
                 <HTML>

                 <HEAD>
                 <TITLE> Creating Hyperlink </TITLE>
                 </HEAD>

                 <BODY>
                 <H1 ALIGN = "CENTER">Valley of Flowers </H1>
                 <IMG Style = "Border:4px Solid Black; Height:200px; Width:250px;"

                 src = "D:\Valley_of_Flower.jpg" >
                 <br>
                 <A HREF = "https://uttarakhandtourism.gov.in/destination/valley-of-
                 flowers">

                 Click here to visit official website </A>
                 </BODY>
                 </HTML>





















                 Write HTML code to create a hyperlink on an image.

                 <!DOCTYPE HTML>
                 <HTML>

                 <HEAD>
                 <TITLE> Creating Hyperlink to an Image </TITLE>
                 </HEAD>
                 <BODY>

                 <H1 ALIGN = "CENTER">Valley of Flowers </H1>
                 <IMG Style = "Border:4px Solid Black; Height:200px; Width:250px;"
                 src = "D:\Valley_of_Flower.jpg">
                 <br>
                 <P> Click on the image given below to visit the official website</P>




                                                                                   Images, Links and Forms in HTML5  65
   62   63   64   65   66   67   68   69   70   71   72