使用 href 屬性指定連結在 HTML 中轉到的頁面的 URL。
您可以嘗試執行以下程式碼來實作 href 屬性 -
<!DOCTYPE html> <html> <head> <title>HTML href attribute</title> </head> <body> <figure><img src = "https://www.tutorialspoint.com/videotutorials/images/tutorial_library_home.jpg"/ alt="如何在HTML中指定連結所指向的頁面的URL?" > <figcaption>Tutorials Point Library of Tutorials</figcaption> </figure> </body> </html>
以上是如何在HTML中指定連結所指向的頁面的URL?的詳細內容。更多資訊請關注PHP中文網其他相關文章!