課程
/前端開(kāi)發(fā)
/HTML/CSS
/初識(shí)HTML(5)+CSS(3)-升級(jí)版
為什么我自己新建一個(gè)html文件,把上面的內(nèi)容拷貝進(jìn)去,打開(kāi)html是空的,沒(méi)有顯示文本框啥的?有點(diǎn)沒(méi)弄懂
2018-06-13
源自:初識(shí)HTML(5)+CSS(3)-升級(jí)版 6-1
正在回答
嗯,謝謝親,我的html源碼如下(和用戶有交互的,不太懂):
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>表單標(biāo)簽</title>
</head>
<body>
<form method="post" action="save.php">
? ? ? <label for="username">用戶名:</label>
? ? ? <input type="text" ?name="username" id="username" value="" />
? ? ? <label for="pass">密碼:</label>
? ? ? <input type="password" ?name="pass" id="pass" value="" /> ? ?
? ? ? <input type="submit" value="確定" ?name="submit" />
? ? ? <input type="reset" value="重置" name="reset" />
</form> ?
</body>
</html>
<meat? http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>框架</title>
<style>
div{
? ? width:300px;
? ? height:300px;
border:1px solid red;
? ? }
.box{
? ? margin-bottom:30px;
</style>
<div class="box">第一個(gè)盒子</div>
<div class="boxs">第二個(gè)盒子</div>
<!-----有可能是內(nèi)容出問(wèn)題了 你看看控制臺(tái) 有沒(méi)有報(bào)錯(cuò)? 不有的話 就是你里面的內(nèi)容為空 所以就沒(méi)有顯示 ,-->
舉報(bào)
HTML(5)+CSS(3)基礎(chǔ)教程8小時(shí)帶領(lǐng)大家步步深入學(xué)習(xí)標(biāo)簽用法和意義
2 回答按enter鍵之后,無(wú)顯示內(nèi)容
4 回答打開(kāi)網(wǎng)頁(yè),內(nèi)容顯示很慢
2 回答html和css初級(jí)教學(xué)內(nèi)容不是視頻是么?
2 回答title的內(nèi)容是顯示在哪里的
3 回答關(guān)于盒模型內(nèi)容居中顯示
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2018-06-13
嗯,謝謝親,我的html源碼如下(和用戶有交互的,不太懂):
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>表單標(biāo)簽</title>
</head>
<body>
<form method="post" action="save.php">
? ? ? <label for="username">用戶名:</label>
? ? ? <input type="text" ?name="username" id="username" value="" />
? ? ? <label for="pass">密碼:</label>
? ? ? <input type="password" ?name="pass" id="pass" value="" /> ? ?
? ? ? <input type="submit" value="確定" ?name="submit" />
? ? ? <input type="reset" value="重置" name="reset" />
</form> ?
</body>
</html>
2018-06-13
<!DOCTYPE HTML>
<html>
<head>
<meat? http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>框架</title>
<style>
div{
? ? width:300px;
? ? height:300px;
border:1px solid red;
? ? }
.box{
? ? margin-bottom:30px;
? ? }
</style>
</head>
<body>
<div class="box">第一個(gè)盒子</div>
<div class="boxs">第二個(gè)盒子</div>
</body>
</html>
<!-----有可能是內(nèi)容出問(wèn)題了 你看看控制臺(tái) 有沒(méi)有報(bào)錯(cuò)? 不有的話 就是你里面的內(nèi)容為空 所以就沒(méi)有顯示 ,-->