Write the HTML code to create …
CBSE, JEE, NEET, CUET
Question Bank, Mock Tests, Exam Papers
NCERT Solutions, Sample Papers, Notes, Videos
Posted by Aditya Gupta 5 years, 1 month ago
- 2 answers
Gaurav Seth 5 years, 1 month ago
<HTML>
<HEAD>
<TITLE> Link to image </TITLE>
</HEAD>
<BODY>
<a href =”../link.html”><img src=”monument.gif” width = 60 height = 80 title =”heritage” alt =” ancient”></a>
</BODY>
</HTML>
Here, in this program the essential code lies in the <body> tag. <A> is used to create an hyperlink. According to the question instead of text as hyperlink, we are using image as an hyperlink. So <img> take is used and source is specified as “heritage.gif”. When the HTML page is launched, the user can find the hand symbol, when the cursor is moved over the image.
Related Questions
Posted by Abhijeet Kumar 1 year, 3 months ago
- 0 answers
Posted by Lavi Lalwani 1 year, 2 months ago
- 0 answers
Posted by Niharika ,Garg 1 year, 2 months ago
- 0 answers
Posted by Ashutosh Tiwari 1 year, 4 months ago
- 0 answers
Posted by Anshu Phogat 1 year, 2 months ago
- 1 answers
Posted by Avani Tiwari 1 year, 2 months ago
- 0 answers
Posted by Divyansh Yadav 1 year, 4 months ago
- 0 answers
Posted by Anshika Agrawal 1 year, 6 months ago
- 2 answers
Posted by Anu Anu 1 year, 4 months ago
- 0 answers
Posted by Kishan Mishra 1 year, 6 months ago
- 0 answers
myCBSEguide
Trusted by 1 Crore+ Students
Test Generator
Create papers online. It's FREE.
CUET Mock Tests
75,000+ questions to practice only on myCBSEguide app
Abhinav Kumar 5 years, 1 month ago
2Thank You