html制作登錄表單
發(fā)表時間:2023-09-06 來源:明輝站整理相關(guān)軟件相關(guān)文章人氣:
[摘要]<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>用表單集制作登錄表單</title>
</head>
<body&g...
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>用表單集制作登錄表單</title>
</head>
<body>
<!-- 用表單控件分組 <fieldset>,了解即可,實際工作中用得極少 -->
<form action="" method="post">
<fieldset>
<legend>用戶登錄</legend>
<p><label>郵箱:<input type="email" name="email" placeholder="example@mail.com"></label></p>
<p><label>密碼:<input type="email" name="email" placeholder="Password"></label></p>
<hr width="90%" color="lightskyblue">
<p><button type="submit" name="submit">立即登錄</button></p>
</fieldset>
</form>
</body>
</html>
以上就是html制作登錄表單的詳細(xì)內(nèi)容,更多請關(guān)注php中文網(wǎng)其它相關(guān)文章!
網(wǎng)站建設(shè)是一個廣義的術(shù)語,涵蓋了許多不同的技能和學(xué)科中所使用的生產(chǎn)和維護(hù)的網(wǎng)站。