Adding Image in html
问题 I cannot seem to add an image in html. I'm using ASP.net MVC 3. My image, named KeyLargoPic, is located on a flash drive in the folder X:\Project\Project\Photos\Key Largo, and it appears to be a JPEG. The code is as follows: <td><img src="X:\Project\Project\Photos\Key Largo\KeyLargoPic.jpg" alt="IMAGE" /></td> Every time the page loads, it shows the box with "IMAGE" inside. Does anyone know what I'm doing wrong? 回答1: Add the image to your project, probably in the content directory, by right