2016年10月24日

摘要: 9.1FLASH动画的插入格式:<embed>...</embed>属性:src URL fiash路径width 像素 fiash宽度height 像素 fiash高度wmode window fiash自身矩形窗口播放 opakue fiash隐藏页面位于后面 transparent fiash 阅读全文
posted @ 2016-10-24 13:51 加号与剑豪 阅读(72) 评论(0) 推荐(0) 编辑
摘要: 10.1自动展示网页内容格式:<meta http-equiv="refresh" content="time;URL"> meat(文件头声明) http-equiv="refresh"(表示网页要重新下载显示) content="time;URL"(表示秒数,URL网页显示内容)例:<meta 阅读全文
posted @ 2016-10-24 13:51 加号与剑豪 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 8.窗框 8.1基本结构格式:<frameset> <frame> <frame> </frameset><frameset>的属性:cols 像素百分比 窗框环境(竖)rows 像素百分比 窗框环境(橫)border 像素 边框的宽度framespacing 1或0 页面与页面的边距属性格式:<f 阅读全文
posted @ 2016-10-24 13:50 加号与剑豪 阅读(271) 评论(0) 推荐(0) 编辑
摘要: scheme://host[:post]/path/filename 一共7种↓IP地址 服务端口 文件路径 文件名 ↓ 常用的四种 http <a href="http://www.baidu.com">网页地址</a> file <a href="file:///e:/160/代码/xxx.jp 阅读全文
posted @ 2016-10-24 13:49 加号与剑豪 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 7表单 7.1功能结构主标记结构:<form>...</form>属性:name 字符 名字method post 传输方式action url 传输目标 value="123" 7.2文本框、密码栏、隐藏栏文本栏:<input type="text" name="栏位名称" value="栏内值" 阅读全文
posted @ 2016-10-24 13:49 加号与剑豪 阅读(79) 评论(0) 推荐(0) 编辑
摘要: 背景图案设置在body标签上加入background=“url” 图片插入网页中<img src=“url”> alt 文字 图片注释widthheightborderalign left 图左文右 right 图右文左 top 文上 middle 文中 bottom 文下 空隙vspace 像素 阅读全文
posted @ 2016-10-24 13:47 加号与剑豪 阅读(74) 评论(0) 推荐(0) 编辑
摘要: 4.1表格的基本格式 格式:<table> <tr> <th>...</th> </tr> <tr> <td>...</td> </tr> </table> 4.2<table>下的常用属性属性:border 像素 设置表格边线cellspacing 像素 绝对设置 存储格框线宽度 百分比 相对设置 阅读全文
posted @ 2016-10-24 13:44 加号与剑豪 阅读(104) 评论(0) 推荐(0) 编辑

导航