10 2021 档案

摘要:target="_top" , 属性作用使得文档载入包含这个超链接的窗口,用 _top 目标将会清除所有被包含的框架并将文档载入整个浏览器窗口。 <!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> <link r 阅读全文
posted @ 2021-10-29 20:04 610鸭 阅读(29) 评论(0) 推荐(0)
摘要:<!DOCTYPE html><html> <head> <meta charset="utf-8"> <title></title> <link rel="stylesheet" type="text/css" href="css/head.css"/> </head> <body> <div c 阅读全文
posted @ 2021-10-28 20:07 610鸭 阅读(24) 评论(0) 推荐(0)
摘要:HTML <!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> <link rel="stylesheet" type="text/css" href="css/index.css"/> </head> <body 阅读全文
posted @ 2021-10-27 19:51 610鸭 阅读(17) 评论(0) 推荐(0)
摘要:html部分 <!DOCTYPE html><html> <head> <meta charset="utf-8"> <title></title> <link rel="stylesheet" type="text/css" href="css/list.css"/> </head> <body> 阅读全文
posted @ 2021-10-26 20:51 610鸭 阅读(60) 评论(0) 推荐(0)
摘要:HTML部<!DOCTYPE html><html> <head> <meta charset="utf-8"> <title></title> <link rel="stylesheet" type="text/css" href="./css/reading.css"/> </head> <bo 阅读全文
posted @ 2021-10-26 09:13 610鸭 阅读(17) 评论(0) 推荐(0)
摘要:注释:项目要写注释,但是发布时候记得删除。要学会用操作者工具。h1默认字体大小为32px。display:inline,inline:在一行。a标签撑大li标签,图片可以尝试干掉平铺repeat,background-repeat:no-repeat; 首行缩进text-indent:2em;行高l 阅读全文
posted @ 2021-10-26 07:59 610鸭 阅读(37) 评论(0) 推荐(0)
摘要:<!--h5--><!-- --> <!DOCTYPE html><html> <head> <!-- utf-8, GB2312, GBK --> <meta charset="utf-8" /> <meta name="viewport" content=""/> <title></title> 阅读全文
posted @ 2021-10-25 09:26 610鸭 阅读(53) 评论(0) 推荐(0)
摘要:<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <!-- 三种使用方式 --> <link rel="stylesheet" type="text/css" href="css/a.css"/> <!--选择器 阅读全文
posted @ 2021-10-25 09:26 610鸭 阅读(20) 评论(0) 推荐(0)