摘要: 颜色:color: red; 直接写颜色名 / 色值 大小:font-size: 16px; 单位必写 px 字体:font-family: "微软雅黑"; 设置文字字体 加粗:font-weight: bold; 文字变粗 对齐:text-align: center; 居中 / 左 / 右对齐 行 阅读全文
posted @ 2026-03-24 19:51 沒杰果 阅读(0) 评论(0) 推荐(0)
摘要: 三个文件:.js .css .img 一个文件夹:index.html 快捷键:ctrl+r(预览) 1.css的作用是美化 ​ <link rel="stylesheet" type="text/css" href="style.css" 2.js的作用是交互 3.html文件中标记关系 1.一个 阅读全文
posted @ 2026-03-17 22:45 沒杰果 阅读(1) 评论(0) 推荐(0)