HTML HTML 前备知识 1<!DOCTYPE html> 声明为 HTML5 文档 <html>元素是 HTML 页面的根元素 <head> 元素包含了文档的元(meta)数据,如 <meta charse...2025-07-09前端