摘要: 一、HTML5 基本结构 1. 最简 9 行代码结构 html 预览 <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <title>页面标题</title> </head> <body> 页面内容 </body> < 阅读全文
posted @ 2026-03-18 21:02 bianjinkai 阅读(3) 评论(0) 推荐(1)
摘要: word扩展名.ppt /ppts不一样 HTML高于HTM ctrl+r 新建web文件 建html文件 实时系统时间 当前系统时间 <script> function updateTime() { const now = new Date(); const year = now.getFullY 阅读全文
posted @ 2026-03-10 09:39 bianjinkai 阅读(3) 评论(0) 推荐(0)