随笔分类 -  HTML/CSS

网页的超标记语言,网页的层叠样式表
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>颜色</title 阅读全文
posted @ 2021-03-03 16:17 博客帅帅 阅读(102) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>像素和百分比</t 阅读全文
posted @ 2021-03-03 16:15 博客帅帅 阅读(78) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>选择器的权重</t 阅读全文
posted @ 2021-03-03 16:13 博客帅帅 阅读(90) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>样式的继承</ti 阅读全文
posted @ 2021-03-03 16:10 博客帅帅 阅读(54) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>伪元素选择器</t 阅读全文
posted @ 2021-03-03 16:09 博客帅帅 阅读(70) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>超链接伪类</ti 阅读全文
posted @ 2021-03-03 16:08 博客帅帅 阅读(94) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>伪类选择器</ti 阅读全文
posted @ 2021-03-03 16:07 博客帅帅 阅读(68) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>属性选择器</ti 阅读全文
posted @ 2021-03-03 16:06 博客帅帅 阅读(45) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>关系选择器</ti 阅读全文
posted @ 2021-03-03 16:05 博客帅帅 阅读(79) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>复合选择器</ti 阅读全文
posted @ 2021-03-03 16:04 博客帅帅 阅读(65) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>常用选择器</ti 阅读全文
posted @ 2021-03-03 16:03 博客帅帅 阅读(79) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>CSS基本语法</ 阅读全文
posted @ 2021-02-01 19:27 博客帅帅 阅读(77) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>CSS简介</ti 阅读全文
posted @ 2021-02-01 19:26 博客帅帅 阅读(378) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>音视频</titl 阅读全文
posted @ 2021-02-01 19:24 博客帅帅 阅读(56) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>内联框架</tit 阅读全文
posted @ 2021-02-01 19:22 博客帅帅 阅读(67) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>超链接</title> </head> <body> <!-- 超链接可以让我们从一个页面跳转到其他页面,或者是当前页面的其他位置 使用我们 a 标签来定义超链 阅读全文
posted @ 2021-02-01 19:20 博客帅帅 阅读(424) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>列表</title> </head> <body> <!-- 列表(list) 1.铅笔 2.尺子 3.橡皮 在html中也可以创建列表,html列表一共有三种 阅读全文
posted @ 2021-02-01 19:18 博客帅帅 阅读(32) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>块元素和行内元素</title> </head> <body> <!-- 块元素(block element) - 在网页中一般通过块元素对网页进行布局 行内元 阅读全文
posted @ 2021-02-01 19:17 博客帅帅 阅读(68) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>语义化标签</title> </head> <body> <!-- 在网页中html专门用来负责网页的结构 所有在使用html标签时,应该关注的是标签的语义,而 阅读全文
posted @ 2021-02-01 19:04 博客帅帅 阅读(93) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <!-- 设置html的语言为英文网站 --> <html lang="en"> <head> <meta charset="UTF-8"> <title>html中的字符实体</title> </head> <body> <!-- 在网页中编写的多个空格默认情况会自 阅读全文
posted @ 2021-02-01 19:01 博客帅帅 阅读(151) 评论(0) 推荐(0)

// 侧边栏目录 // https://blog-static.cnblogs.com/files/douzujun/marvin.nav.my1502.css