摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title></title> <style type="text/css"> *{ margin: 0; padding: 0; } .box { background: url(http 阅读全文
posted @ 2016-10-28 20:25 水里鱼 阅读(177) 评论(0) 推荐(0) 编辑
摘要: DOM常用方法: 阅读全文
posted @ 2016-10-28 12:41 水里鱼 阅读(87) 评论(0) 推荐(0) 编辑
摘要: Document-对象属性和常用的对象方法 对象属性 document.title //设置文档标题等价于HTML的title标签 document.bgColor //设置页面背景色 document.fgColor //设置前景色(文本颜色) document.linkColor //未点击过的 阅读全文
posted @ 2016-10-28 11:36 水里鱼 阅读(765) 评论(0) 推荐(1) 编辑