為什么沒有顯示圖片
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>form中的lable標簽</title>
<style>
div{margin:auto;}
h1{text-aglin:center;}
</style>
</head>
<body>
<div id=header>
<a herf=https://www.baidu.com/>
<src="https://www.baidu.com/img/bdlogo.png" tltle="你丫的真的要去百度的嗎?"></a>
</div><h1>填好這個問卷然后交給我,然后你可以一邊兒涼快去</h1>
<div id="research">
<form method="get" action="what.php">
<lable>性別:</lable>
<lable for="male">男</lable>
<input id="male" ?name="male" type="radio" >
<lable for="male">女</lable>
<input id="male" name="male" type="radio">
<div><lable>昵稱</lable><input type="text" name="name"><br><lable>密碼</lable><input type="password" name="password"><hr color="red">
<lable>愛好</lable>:basktble<input type="checkbox">tennist<input type="checkbox">swimmig<input type="checkbox">rest<input type="checkbox"><br/><br/>
<lable>帥的程度評級:</lable>
<select>
<option value="我很帥">我很帥</option>
<option value="我相當?shù)膸?>我相當?shù)膸?lt;/option><option value="我?guī)浀矫芭?selected="selected">我?guī)浀矫芭?lt;/option><option value="我?guī)浀經(jīng)]女朋友">我?guī)浀經(jīng)]女朋友</option></select><br/>
喜歡的雌性生物是啥:<select multiple="muliple"><option value="汪星人">汪星人</option>
<option value="喵星人">喵星人</option><option value="女漢子"selected="selected">女漢子</option><option value="蘿莉">蘿莉</option></select><br/><hr/>
<input type="submit" post="get">
</form>
</div>
</body>
</html>
2015-06-05
<src="https://www.baidu.com/img/bdlogo.png" tltle="你丫的真的要去百度的嗎?">你是說這句話嗎?你都沒有元素???你應該寫img的怎么沒有?
2015-06-26
自己檢查的時候還真是沒看出來,謝謝大神,問題已經(jīng)解決了
2015-06-06
img標簽都不加,只寫上一個鏈接,圖片怎么出來。