摘要: a.外部样式 a1.链接式(推荐使用) <link href="path+*.css" type="text/css" rel="stylesheet"/> 说明: link标签的rel属性用于规定当前文档与被链接文档之间的关系; 只有rel属性的"stylesheet"值得到了所有浏览器的支持,指 阅读全文
posted @ 2017-10-11 17:22 Marydon 阅读(419) 评论(0) 推荐(0)
摘要: CreateTime--2017年10月11日08:00:42 Author:Marydon 新建html文件模板 <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF 阅读全文
posted @ 2017-10-11 08:04 Marydon 阅读(286) 评论(0) 推荐(0)