InterviewSolution
Saved Bookmarks
| 1. |
Write the HTML code to create a link for school .jpg located at C:\. |
|
Answer» <html> <body> <a href = "C:\school. jpg">Image</a> </body> </html> |
|