07 2021 档案

摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>运行式编译</title> <style type="text/less"> *{ margin: 0; padding: 0; } .wrap{ position: relati 阅读全文
posted @ 2021-07-19 09:44 2237774566 阅读(73) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> *{ margin: 0; padding: 0; } html{ height: 100%; } body{ w 阅读全文
posted @ 2021-07-16 16:41 2237774566 阅读(37) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> *{ margin: 0; padding: 0; } .test{ width: 600px; height: 阅读全文
posted @ 2021-07-16 10:58 2237774566 阅读(62) 评论(0) 推荐(0)
摘要:圆角 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> *{ margin: 0; padding: 0; } .test{ width: 200px; heigh 阅读全文
posted @ 2021-07-14 21:44 2237774566 阅读(67) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> *{ margin: 0; padding: 0; } .test{ width: 200px; height: 阅读全文
posted @ 2021-07-13 21:28 2237774566 阅读(49) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> *{ margin: 0; padding: 0; } #wrap{ width: 300px; height: 阅读全文
posted @ 2021-07-13 12:05 2237774566 阅读(86) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> /* @font-face { font-family:Daum; src: url(font/Inkfree.t 阅读全文
posted @ 2021-07-13 11:54 2237774566 阅读(186) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> *{ margin: 0; padding: 0; } /* div{ height: 200px; backgr 阅读全文
posted @ 2021-07-12 15:06 2237774566 阅读(49) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> *{ margin: 0; padding: 0; } /* .wrap li:nth-child(1){ 找到w 阅读全文
posted @ 2021-07-12 14:16 2237774566 阅读(50) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> #test:hover{ color: pink; } #test:active{ color: red; } < 阅读全文
posted @ 2021-07-09 16:58 2237774566 阅读(61) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> a{ text-decoration: none; } a:link{ color: #bfa; } a:visi 阅读全文
posted @ 2021-07-09 12:01 2237774566 阅读(114) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> *{ margin: 0; padding: 0; } /* #wrap > div{ border: 1px s 阅读全文
posted @ 2021-07-09 11:28 2237774566 阅读(58) 评论(0) 推荐(0)
摘要:1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title></title> 6 <style type="text/css"> 7 /* 8 通配符,类选择器(.),id选择器(#),元素(元素名),后代(空格),分组 阅读全文
posted @ 2021-07-09 11:26 2237774566 阅读(49) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> <!-- 有一些特殊代码只需要在某些特殊浏览器中执行 而在其他浏览器中不需要执行,使用css hack解决 CSS Hack指一个特 阅读全文
posted @ 2021-07-07 21:54 2237774566 阅读(45) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> .box1{ width: 200px; height: 200px; background-image: url 阅读全文
posted @ 2021-07-07 21:29 2237774566 阅读(71) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <!-- 框架集合内来拿框架爱的作用类似,都是用于在一个页面中引入其他外部页面 框架集可以同时引入多个页面,内联框架只能引入一个 H5标准中,推荐 阅读全文
posted @ 2021-07-07 20:53 2237774566 阅读(60) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> <form action="66(续)target.html"> <!-- 在表单中可以使用fieldest为表单分组 可以将表单项 阅读全文
posted @ 2021-07-07 20:23 2237774566 阅读(34) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> <form action="66(续)target.html" > <!-- 文本框 input创建,type属性是text --> 阅读全文
posted @ 2021-07-07 19:38 2237774566 阅读(51) 评论(0) 推荐(0)
摘要:1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title></title> 6 </head> 7 <body> 8 <!-- 9 表单作用就是用来将用户信息提交给远程服务器 10 --> 11 <!-- 12 使用f 阅读全文
posted @ 2021-07-07 15:46 2237774566 阅读(51) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> .box1{ width: 300px; height: 300px; background-color: #BB 阅读全文
posted @ 2021-07-07 15:05 2237774566 阅读(28) 评论(0) 推荐(0)
摘要:1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title></title> 6 </head> 7 <body> 8 <!-- 9 表格早先实际上为页面布局,后期被CSS淘汰 10 表格列数由td最多的决定,表格是可以 阅读全文
posted @ 2021-07-07 11:59 2237774566 阅读(96) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> table{ width: 300px; margin: 0 auto; border: 1px solid bl 阅读全文
posted @ 2021-07-07 11:57 2237774566 阅读(54) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title><style type="text/css"> /* 设置表格宽度 */ table{ width: 300px; margin: 0 auto; border: 阅读全文
posted @ 2021-07-07 11:51 2237774566 阅读(156) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> td{ text-align: center; } </style> </head> <body> <!-- 表格 阅读全文
posted @ 2021-07-06 20:57 2237774566 阅读(95) 评论(0) 推荐(0)
摘要:1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title></title> 6 <style type="text/css"> 7 .box1{ 8 width: 129px; 9 height: 45px; 10 b 阅读全文
posted @ 2021-07-06 20:53 2237774566 阅读(76) 评论(0) 推荐(0)
摘要:1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title></title> 6 <style type="text/css"> 7 body{ 8 height: 5000px; 9 /*设置背景*/ 10 /* ba 阅读全文
posted @ 2021-07-06 16:49 2237774566 阅读(44) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> /* 做完功能后,在第一次切换图片时,会发现图片有一个非常快的闪烁 这个闪烁会造成一次不佳用户体验 产生闪烁原因 阅读全文
posted @ 2021-07-06 16:43 2237774566 阅读(77) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> *{ margin: 0; padding: 0; } .box1{ height: 500px; backgro 阅读全文
posted @ 2021-07-06 15:59 2237774566 阅读(36) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> .box{ width: 990px; height: 32px; background-color: #BBFF 阅读全文
posted @ 2021-07-06 15:01 2237774566 阅读(21) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> .box1{ width: 500px; height: 500px; background-color: #BB 阅读全文
posted @ 2021-07-06 14:49 2237774566 阅读(141) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> .box1{ width: 200px; height: 200px; background-color: red 阅读全文
posted @ 2021-07-06 11:59 2237774566 阅读(83) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> .box1{ width: 200px; height: 200px; background-color: red 阅读全文
posted @ 2021-07-06 11:30 2237774566 阅读(57) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> .box1{ width: 200px; height: 200px; background-color: red 阅读全文
posted @ 2021-07-06 11:24 2237774566 阅读(159) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> .box1{ width: 200px; height: 200px; background-color: red 阅读全文
posted @ 2021-07-06 10:53 2237774566 阅读(51) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> .box1{ width: 200px; height: 200px; background-color: red 阅读全文
posted @ 2021-07-05 21:54 2237774566 阅读(101) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> /*清除默认样式*/ *{ margin: 0; padding: 0; } /*统一页面中字体*/ body{ 阅读全文
posted @ 2021-07-05 21:13 2237774566 阅读(46) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> .box1{ width: 100px; height: 100px; background-color: #BB 阅读全文
posted @ 2021-07-05 15:45 2237774566 阅读(161) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>导航条练习</title> <style type="text/css"> /*清除默认样式*/ *{ margin: 0; padding: 0; } /*设置ul*/ .nav 阅读全文
posted @ 2021-07-05 15:42 2237774566 阅读(39) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> .box1{ border: 10px solid red; /* 在页面中,元素都有一个隐含属性叫Block F 阅读全文
posted @ 2021-07-05 14:55 2237774566 阅读(215) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>固定布局和自适应布局</title> <style type="text/css"> /*清除默认样式*/ *{ margin: 0; padding: 0; } /*头部*/ . 阅读全文
posted @ 2021-07-05 11:47 2237774566 阅读(22) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>浮动二</title> <style type="text/css"> .box1{ /* 文档流中,子元素的宽度默认占父元素的全部 */ /* width: 100px; */ 阅读全文
posted @ 2021-07-05 11:12 2237774566 阅读(28) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> .box1{ width: 600px; height: 200px; background-color: red 阅读全文
posted @ 2021-07-05 10:44 2237774566 阅读(39) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> .box1{ background-color: #BBFFAA; padding-left: 200px; } 阅读全文
posted @ 2021-07-04 18:19 2237774566 阅读(30) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> .box{ width: 200px; height: 200px; background-color: #BBF 阅读全文
posted @ 2021-07-04 15:21 2237774566 阅读(111) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> a{ background-color: #BBFFAA; /* 将一个内联元素变成块元素 通过display样式 阅读全文
posted @ 2021-07-04 15:08 2237774566 阅读(60) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> span{ background-color: #BBFFAA; } .box1{ width: 100px; h 阅读全文
posted @ 2021-07-03 20:56 2237774566 阅读(50) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> /* 清除浏览器默认样式 */ *{ margin: 0; padding: 0; } .box1{ width: 阅读全文
posted @ 2021-07-03 20:38 2237774566 阅读(38) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> .box1{ width: 100px; height: 100px; background-color:red 阅读全文
posted @ 2021-07-03 20:37 2237774566 阅读(39) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> .box1{ width: 200px; height: 200px; background-color: #BB 阅读全文
posted @ 2021-07-03 20:22 2237774566 阅读(48) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> .box1{ /* width内容区宽度 height 内容区高度 width和height只是设置盒子内容区大小 阅读全文
posted @ 2021-07-01 21:14 2237774566 阅读(79) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>文本标签及样式</title> <style type="text/css"> /* text-transform可以用来设置文本大小写 可选值: none 默认值 ,不做任何处理 阅读全文
posted @ 2021-07-01 20:03 2237774566 阅读(98) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> /*css中没有直接设置行间距的方式 通过设置行高进行设置行间距 line-height设置行高 行间距 = 行高 阅读全文
posted @ 2021-07-01 16:43 2237774566 阅读(126) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>字体其他样式</title> <style type="text/css"> .p1{ color: #FF0000; font-size: 30px; font-family: 阅读全文
posted @ 2021-07-01 15:01 2237774566 阅读(83) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> <!-- 网页中将字体分为五大类 serif(衬线字体) • sans-serif(非衬线字体) • monospace (等宽字体 阅读全文
posted @ 2021-07-01 11:53 2237774566 阅读(344) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> .p1{ /* 设置字体颜色 color设置颜色 font-size设置的并不是文字本身大小 页面中,每个文字都是 阅读全文
posted @ 2021-07-01 11:09 2237774566 阅读(172) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> /* 使用十六进制的rgb值表示颜色 使用三组两位的十六进制数组表示一个颜色 语法:#红色绿色蓝色 十六进制 0 阅读全文
posted @ 2021-07-01 10:47 2237774566 阅读(584) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> .box1{ width: 100px; height: 100px; /* 颜色单位 直接使用颜色单词表示不同颜 阅读全文
posted @ 2021-07-01 10:28 2237774566 阅读(1535) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> /* 长度单位 像素 px - 像素是我们在网页中使用最多的一个单位 一个像素相当于屏幕中一个点 屏幕实际上由像素 阅读全文
posted @ 2021-07-01 10:01 2237774566 阅读(69) 评论(0) 推荐(0)