摘要: 基本选择器 标签选择器 该页面中所有该标签都会应用该样式,使用"标签名"作为选择器 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> h1{ color: red; 阅读全文
posted @ 2022-01-28 14:59 况况况 阅读(44) 评论(0) 推荐(0)