摘要: 行内样式 写在style属性中,行内样式只能控制当前样式对其他标签无效 <h1 style="color: red; font-size:80px">欢迎光临</h1> #并不推荐使用 内部样式 <head> <style> h1{ color: red; font-size:80px; } </s 阅读全文
posted @ 2024-03-06 15:25 by1314 阅读(3) 评论(0) 推荐(0) 编辑
摘要: <!-- 配置字符编码 --> <meta charset="UTF-8"> <!-- 配置IE浏览器兼容性 --> <meta http-equiv="X-UA-Compatible" content="IE-edge"> <!-- 针对移动端一个配置 --> <meta name="viewpo 阅读全文
posted @ 2024-03-06 14:37 by1314 阅读(1) 评论(0) 推荐(0) 编辑
浏览器标题切换
浏览器标题切换end