Computer >> คอมพิวเตอร์ >  >> การเขียนโปรแกรม >> HTML

จะระบุได้อย่างไรว่าเป้าหมายจะถูกดาวน์โหลดเมื่อผู้ใช้คลิกที่ไฮเปอร์ลิงก์ใน HTML


ใช้ ดาวน์โหลด แอตทริบิวต์เพื่อตั้งค่าไฟล์ที่จะดาวน์โหลดเมื่อคลิกที่ไฮเปอร์ลิงก์ ตั้งค่าแอตทริบิวต์เป็นชื่อไฟล์ที่ดาวน์โหลด เช่น รูปภาพ

ตัวอย่าง

<!DOCTYPE html>
<html>
   <body>
      <h3>if statement in Java</h3>
      <p>The following is an image explaining the concept if <b>if-statmement in Java</b> (Click to download):<p>
     
      <a href = "https://www.tutorialspoint.com/java/images/if_statement.jpg" download>
         <img border = "0" src = "https://www.tutorialspoint.com/java/images/if_statement.jpg" alt="Java" width="400" height="450">
      </a>
   </body>
</html>