摘要: 3.19日 一、脉络梳理 ​ 1、新建项目,项目名称mySite, 路径D盘根目录 ​ 2、新建样式文件,名称为style.css,并通过外部引入主页中 ​ 3、主页中插入标题一、标题二和一个段落 <!DOCTYPE html> <html> <head> <meta charset="UTF-8" 阅读全文
posted @ 2026-03-22 22:55 40张诺 阅读(2) 评论(0) 推荐(0)
摘要: 3.12 实时显示系统时间 实时系统时间显示 * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Arial', sans-serif; display: flex; justify-content: c 阅读全文
posted @ 2026-03-15 21:53 40张诺 阅读(4) 评论(0) 推荐(0)