为什么没有显示图片

来源:6-8 使用label为input标签穿上衣服

涂卡者

2015-06-05 17:14

<!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="我相当的帅">我相当的帅</option><option value="我帅到冒泡"selected="selected">我帅到冒泡</option><option value="我帅到没女朋友">我帅到没女朋友</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>


写回答 关注

3回答

  • 伊兮尘昔
    2015-06-05 18:24:43
    已采纳

    <src="https://www.baidu.com/img/bdlogo.png" tltle="你丫的真的要去百度的吗?">你是说这句话吗?你都没有元素啊?你应该写img的怎么没有?

  • 涂卡者
    2015-06-26 17:05:37

    自己检查的时候还真是没看出来,谢谢大神,问题已经解决了

  • 银马座
    2015-06-06 11:26:14

    img标签都不加,只写上一个链接,图片怎么出来。

初识HTML(5)+CSS(3)-升级版

HTML(5)+CSS(3)基础教程8小时带领大家步步深入学习标签用法和意义

1222963 学习 · 18212 问题

查看课程

相似问题