HTML <input type =“ reset”>用於定義重置按鈕。重置按鈕用於將所有表格值重置為其初始值。
用法:
<input type="reset">>
例:
<!DOCTYPE html>
<html>
<head>
<title>
HTML Input Type reset
</title>
</head>
<style>
#Geek_p {
font-size:30px;
color:green;
}
</style>
<body style="text-align:center;">
<h1 style="color:green;">
GeeksForGeeks
</h1>
<h2>HTML <Input Type="reset">
</h2>
<form>
Name:
<input type="text">
<br>
<br> Password:
<input type="password">
<br>
<br>
<input type="submit">
<input type="reset">
</form>
</body>
</html>
輸出:
支持的瀏覽器:
- 穀歌瀏覽器
- Firefox
- Edge
- Opera
- 蘋果Safari
相關用法
- HTML DOM HTML用法及代碼示例
- HTML <html> xmlns屬性用法及代碼示例
- HTML <html>用法及代碼示例
- HTML scoped屬性用法及代碼示例
- HTML DOM lang用法及代碼示例
- HTML <section>用法及代碼示例
- HTML Style backgroundClip用法及代碼示例
- HTML Style borderTop用法及代碼示例
- HTML <th> valign屬性用法及代碼示例
- HTML <col> align屬性用法及代碼示例
- HTML Meter max用法及代碼示例
- HTML poster屬性用法及代碼示例
- HTML fullscreenerror事件用法及代碼示例
- HTML onvolumechange事件用法及代碼示例
- HTML Input Hidden value用法及代碼示例
- HTML onopen事件用法及代碼示例
- HTML Textarea autofocus用法及代碼示例
- HTML Style columnGap用法及代碼示例
- HTML Input Time autofocus用法及代碼示例
注:本文由純淨天空篩選整理自ManasChhabra2大神的英文原創作品 HTML | <input type=”reset”>。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。