文、意如
- 按鈕
- 禁用按鈕
- 按鈕超連結
按鈕
<button>要顯示按鈕的文字</button>
禁用按鈕
<button disabled>按鈕</button>
按鈕超連結
<button> <a href="https://www.dotblogs.com.tw/YiruAtStudio" target="new">yiru@studio<
程式碼參考:
<html>
<head>
<title>網頁標題</title>
</head>
<body>
<button>按鈕</button>
<button disabled>按鈕</button>
<button> <a href="https://www.dotblogs.com.tw/YiruAtStudio" target="new">yiru@studio</a></button>
</body>
</html>
Yiru@Studio - 關於我 - 意如