Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Problem 1 (30%) Write the HTML to create an image hyperlink. The image is called myfamily.jpg. (5%) It is 200 pixels high by 300 pixels
Problem 1 (30%)
Write the HTML to create an image hyperlink.
- The image is called myfamily.jpg. (5%)
- It is 200 pixels high by 300 pixels wide. (10%)
- The image should link to a web page called family.html. (10%)
- There should be no border on the image. (5%)
Suppose that the web page document that contains your image hyperlink is named as index.html. myfamily.jpg is in a folder called images. Index.html, family.html and the images folder are in the same directory, c:\MyFolder (see picture below for their directory relationship).
Note: please give the section of HTML codes for the image hyperlink only (including the anchor tags and codes between the anchor tags), and do not show any other parts of codes.
- Q2: Add image.gif image in a web page so that:
- When the visitor clicks the upper half of this image, the visitor will be directed to a link(15%);
- When the visitor clicks the lower half of this image, the visitor will be directed to another link (15%);
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started