하이퍼링크를 클릭할 때 다운로드할 파일을 설정하려면 Download 속성을 사용하세요. 이미지 등 다운로드한 파일의 이름으로 속성값을 설정합니다.
<!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" style="max-width:90%" style="max-width:90%"> </a> </body> </html>
위 내용은 HTML에서 사용자가 하이퍼링크를 클릭할 때 대상 파일을 다운로드하도록 지정하는 방법은 무엇입니까?의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!