明輝手游網(wǎng)中心:是一個免費(fèi)提供流行視頻軟件教程、在線學(xué)習(xí)分享的學(xué)習(xí)平臺!

html制作登錄表單

[摘要]<!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)站。




標(biāo)簽:html制作登錄表單