課程
/前端開發
/HTML/CSS
/初識HTML(5)+CSS(3)-升級版
就當是練手吧
2016-11-23
源自:初識HTML(5)+CSS(3)-升級版 6-11
正在回答
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>登錄</title>
</head>
<body>
<form method="post" action="">
? ?<label for="account">賬號</label>
? <input type="text" name="account" id="account" />
? <label for="password">密碼</label>
? <input type="password" name="password" id="password" />
? <input type="submit" id="login" value="登錄"/>
? <span style="font-size:13px;color:gray;">忘記密碼 | 免費注冊</span>
? <span style="font-size:13px;color:gray;margin-left:100px;">生意寶 | 生意社 | 交易中心 |</span>
? <span style="font-size:13px;color:orange;">ChinaMedevice</span>
</form>
</body>
</html>
少了右邊部分
start_learning
給你寫了一個,不知道能不能幫到你。
源代碼如下:
? <span style="font-size:13px;color:gray">忘記密碼 | 免費注冊</span>
狂四郎 提問者
舉報
HTML(5)+CSS(3)基礎教程8小時帶領大家步步深入學習標簽用法和意義
2 回答哪位能不能給個msysgit。
1 回答哪位大神能說說為什么?
3 回答哪位大神i能幫我看看權值問題?
1 回答哪位大神會用webstorm編譯器
5 回答來個大神 指點下
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2016-11-23
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>登錄</title>
</head>
<body>
<form method="post" action="">
? ?<label for="account">賬號</label>
? <input type="text" name="account" id="account" />
? <label for="password">密碼</label>
? <input type="password" name="password" id="password" />
? <input type="submit" id="login" value="登錄"/>
? <span style="font-size:13px;color:gray;">忘記密碼 | 免費注冊</span>
? <span style="font-size:13px;color:gray;margin-left:100px;">生意寶 | 生意社 | 交易中心 |</span>
? <span style="font-size:13px;color:orange;">ChinaMedevice</span>
</form>
</body>
</html>
2016-11-23
少了右邊部分
2016-11-23
給你寫了一個,不知道能不能幫到你。
源代碼如下:
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>登錄</title>
</head>
<body>
<form method="post" action="">
? ?<label for="account">賬號</label>
? <input type="text" name="account" id="account" />
? <label for="password">密碼</label>
? <input type="password" name="password" id="password" />
? <input type="submit" id="login" value="登錄"/>
? <span style="font-size:13px;color:gray">忘記密碼 | 免費注冊</span>
</form>
</body>
</html>