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 4 years, 3 months ago
- 2 answers
Gaurav Seth 4 years, 3 months 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 Nirbhay Tiwari 6 months, 3 weeks ago
- 0 answers
Posted by Ashutosh Tiwari 7 months ago
- 0 answers
Posted by Divyansh Yadav 7 months, 1 week ago
- 0 answers
Posted by Anshu Phogat 5 months ago
- 1 answers
Posted by Niharika ,Garg 4 months, 2 weeks ago
- 0 answers
Posted by Avani Tiwari 4 months, 4 weeks ago
- 0 answers
Posted by Rohit Yadav 7 months, 2 weeks ago
- 0 answers
Posted by Anu Anu 6 months, 3 weeks ago
- 0 answers
Posted by Lavi Lalwani 5 months ago
- 0 answers
Posted by Abhijeet Kumar 5 months, 4 weeks 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 4 years, 3 months ago
2Thank You