代码拉取完成,页面将自动刷新
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<form method="POST" action="http://www.qq.com" target="_blank" autocomplete="off">
<button>提交</button>
</form>
<input name="user" autofocus disabled autocomplete="off">
<form method="GET" id="register">
...
</form>
<input name="email" form="register">
<p><label for="user">用户名: <input id="user" name="user"></label></p>
<fieldset>....</fieldset>
<fieldset>
<legend>注册表</legend>
</fieldset>
<button type="submit">提交</button>
<button type="reset">重置</button>
<button type="button">按钮</button>
<button type="submit" form="register">提交</button>
<br>
<br>
<input type="text" size="50" maxlength="10" value="初始值" >
<input type="text" placeholder="请输入内容">
<input list="footlist">
<datalist id="footlist">
<option value="苹果">苹果</option>
<option value="桔子">桔子</option>
<option value="香蕉">香蕉</option>
<option value="梨子"></option>
</datalist>
<input type="text" readonly>
<input type="text" disabled>
<br>
<input type="password">
<br>
<input type="search">
<br>
<input type="number">
<input type="range">
<input type="number" step="2" min="10" max="100">
<br>
<input type="date">
<input type="month">
<input type="time">
<input type="week">
<input type="datetime">
<input type="datetime-local">
<br>
<input type="color">
音乐<input type="checkbox">
体育<input type="checkbox">
<input type="radio" name="sex" value="男">男
<input type="radio" name="sex" value="女">女
<input type="checkbox" name="music" checked value="1">
<br>
<input type="submit">
<input type="image" src="/include/t01745de5551d56a303.webp.jpg">
<input type="email">
<input type="tel">
<input type="url">
<br>
<input type="hidden">
<input type="file" >
<br>
<select name="fruit" size="2" multiple>
<option value="1">苹果</option>
<option value="2">橘子</option>
<option value="3">香蕉</option>
</select>
<option value="2" selected>橘子</option>
<br>
<optgroup label="水果类">
<option value="1">苹果</option>
<option value="2" selected>橘子</option>
<option value="3" label="香蕉">香蕉</option>
</optgroup>
<br>
<textarea name="conyent">请留下您的建议!</textarea>
<textarea name="content"cols="30" rows="20" wrap="hard"></textarea>
<br>
<form oninput="res.value=num1.valueAsNumber * nu2.valueAsNumber">
<input type="number" id="num1"> *<input type="number" id="num2">
<output for="num1 num2" name="res"></output>
</form>
<input type="text" required>
<input type="number" min="10" max="100">
<br>
<input type="text" placeholder="请输入区号+座机" required
pattern="^[\d]{2,4}\-[\d]{6,8}$">
<form action="http://li.cc" novalidate>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。