Ans: ..
0 public_html 1 appendix 2 app1.htm 2 app2.htm 2 app3.htm 1 ch1.htm 1 ch2.htm 1 ch3.htm 1 images 2 cat.jpg 2 dog.jpgWrite address tags that conform to these four locations of the target file relative to the current file.
Ans: Source file ch1.htm <a href="ch2.htm">
Ans: Source file ch1.htm <a href="appendix/app1.htm">
Ans: Source file app1.htm <a href="../ch1.htm">
Ans: Source file app1.htm <img src="../images/cat.jpg" />
A | B |
D |
Ans:
<table>
<tr> <td>A</td> <td>B</td> </tr>
<tr> <td> </td> <td>D</td> </tr>
</table>
Ans:
0 public_html 1 proj1-smith.htm 1 proj2-smith.htm 1 proj3 2 image-collage.htm 2 proj3-index.htm 2 resume.htm 2 images 3 earth.jpg 3 jupiter.jpg 3 mars.jpg 3 saturn.gif
< style type="text/css"> body, p, h2 { color:maroon; background-color:pink; font-family:papyrus; } tr, p, h2 { text-align:center; } img { width:200px; height:200px; } </style>
0 public_html 1 first 2 a.htm 2 b.htm 2 c.htm 2 pics 3 a.gif 3 b.gif 3 c.gif 1 letters-home.htm 1 second 2 d.htm 2 e.htm 2 pics 3 d.gif 3 e.gif 3 morepics 4 last.gif 4 last.htm
Write the relative path from the source file to the target file:
Current File | Target File or Image |
a.htm | d.htm |
letters-home.htm | b.htm |
d.htm | e.gif |
last.htm | last.gif |