一、表单
(9)进度条
<input type="range" value="80"> value设置长度(0—100)
(10)日期
<input type="date">
(11)添加网页
<iframe src="网页" width="1000px" frameborder="0"></iframe>
(12)添加视频
<iframe height=500 width=750 frameborder="0" width="640" height="498" src="视频网址" "allowfullscreen"></iframe>
(13)输入框默认值
<option selected>内容</option>
(14)单选框默认选中
<input type="radio" name="内容" checked="checked">内容
二、颜色、字体
步骤.
①在title标签后添加<link rel="stylesheet" href="1.css">可选择颜色
在上标签后添加<style>选择颜色</style>
②例如:
p{
color:颜色;
font-size: 大小px;
font-family: 字体
}
浙公网安备 33010602011771号