仲夏之梦2019
2016-11-05 10:00
此处是对标签id设置名称,为何没有使用“#one”和“#two”?
<style type="text/css">
body{font-size:12px;}
#txt{
height:400px;
width:600px;
border:#333 solid 1px;
padding:5px;}
p{
line-height:18px;
text-indent:2em;}
</style>
是不是没有写在<style>标签里
类选择器 .类名就可可以设置相应的样式
ID选择器。就用 #ID呗
JavaScript入门篇
739817 学习 · 9566 问题
相似问题