第三节
1.<input type="radio" name="1" checked="checked">某某
选择框 实现单选属性保持一致 checked默选项
2.<a href="http://youku.com" target="child">点击</a>
点击跳转下面网页
<iframe src="http://www.baidu.com" width="600px" name="child" frameborder="2"></iframe>
- <embed src='http://player.youku.com/player.php/sid/XMzcwOTIyNDU4MA==/v.swf' allowFullScreen='true' quality='high' width='480' height='400' align='middle' allowScriptAccess='always' type='application/x-shockwave-flash'></embed>
引入视频
4. css样式 cascading style sheet 层叠样式表
控制网页的外观 例如字体大小 颜色定位
css可以写在
A/style标签中
B/style属性中
C/以css为后缀的文件里
css语法
选择器{
属性:值;
属性:值;
属性:值;
}
选择器表示样式的作用范围
<link rel="stylesheet" href="6.css">
引入以css为后缀的文件
5.<style>
P {color: red;
font-size:36px;
font-family:楷体;
}
h1 {color: blue;
font-family:楷体;
}
</style>
属性设置
浙公网安备 33010602011771号