第三次代码笔记(2)

input type="text"后加上 placeholder="请输入您的账号" 可以做成隐藏标签
再加上value=""可以设成默认标签

标签<input type="checkbox" checked>表示多选默认选项

标签<input type="radio" name="xb" checked>表示单选默认选项

<from>

</form>标签是插入网页用的
<hr>
<a href="https://www.taobao.com"target="hu">点击
</a>
<iframe src="firstday.html" width="500px"
fmeborder="0" name="hu"> </iframe>
<iframe height=498 width=510 src='http://tv.360.cn/46?from=so'
fmeborder=0 'allowfullscreen'=0>
</iframe>

这里的height和weight标签是调节长和宽的

css 样式 cascading style sheet 层叠样式表

控制网页的外观 例如字体的大小 颜色 定位 等等 
css 可以写在
1 style标签中
2 style属性中
3 以,css为后缀的文件里

css语法

选择器{
属性1:值1
属性2:值2
属性3:值3

}

p{}
color: 改变字体颜色
font-size: 40px;改变字体大小
font-family: 楷体;改变字体样式

posted @ 2018-07-13 16:10  bingbling的  阅读(72)  评论(0)    收藏  举报