html, 用style样式怎么修改文本域底框的颜色,代码如何编写,谢谢

<html><head><metahttp-equiv="content-type"content="text/html;charset=utf-8"/></head><... <html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
</head>
<body>

<form action="/example/html/form_action.asp" method="get">
<p>First name: <input type="text" name="fname" /></p>
<p>Last name: <input type="text" name="lname" /></p>
<input type="submit" value="Submit" />
</form>
</body>
</html>
在w3school 里,
设置表单的样式
属性选择器在为不带有 class 或 id 的表单设置样式时特别有用:
<style>
input[type="text"]
{width:150px;}
我就不明白,
1、第一个<style> 这样写是不是错了,应该按格式
<style type="text/css">才对
2、属性选择器的格式应该也是
[type="text"]{width:150px;}才对呀,就是前面的input不能写吧,
展开
 我来答
杰夫爱抢答
推荐于2017-09-27 · TA获得超过9736个赞
知道大有可为答主
回答量:8046
采纳率:69%
帮助的人:1588万
展开全部
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
</head>

<style type="text/css">

input { background:#ccc;}

</style>


<body>

<form action="/example/html/form_action.asp" method="get">
  <p>First name: <input type="text" name="fname" /></p>
  <p>Last name: <input type="text" name="lname" /></p>
  <input type="submit" value="Submit" />
</form>
</body>
</html>



你说的是这样的吗?

更多追问追答
追问
是这样的,但是我在书上看到另外一种,你帮我看,这样对吗,

(这里应该是,才对吧)
input[type="text"] 这里的input 是不是不要才对呀,因为这样才符合属性选择器的格式才对呀,
{ background-color:yellow;}
追答
首先     这样写是对的,但标准化是按照我那样写。   input是必须要的  input是文本框的规定的样式。
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式