Computer Applications
Abhilasha has just designed a web page. At the end of the web page, she wants to insert an image "next.jpg".
She needs to link another web page with this image, i.e., whenever anyone click on the image "next.jpg", another web page named "second.html" should open. Help her in writing the code to achieve it.
Note: Assume that image and both the web pages are stored in the same folder.
HTML Intro
18 Likes
Answer
Abhilasha can insert the below HTML code at the end of the web page just before the closing body tag — </body>
<a href = "second.html">
<img src = "next.jpg" alt = "Next Page">
</a>
Answered By
15 Likes
Related Questions
Ronaldo, a web designer in a start-up company, wants to give headings in a webpage through <h1> tag. Additionally, he wants to implement following styles on all the <h1> tag of the same webpage at one go.
- Color-blue
- Background color-yellow
- border of the heading - 2px in red
He is not able to implement the above-mentioned additional styles of <h1> tag through regular html code. Suggest him a way out and also help him in writing the code for same.
Rajat, a web developer, wants to show a video named "tiger.mp4" in dimensions of 300px width and 200px height on the web page. Help Rajat by writing its html code.
Write HTML code to design the content of the web page in the form of lists as shown below:

What do you understand by the term "Digital Divide"? Mention any two measures to overcome it.