HTML5 初始文档声明
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8" /> 5 <title>Title of the document</title> 6 <link rel="stylesheet" href="style.css" /> 7 </head> 8 <body> 9 The content of the document...... 10 </body> 11 </html>
- <!DOCTYPE> 标签没有结束标签。
- <!DOCTYPE> 对大小写不敏感。
- <link rel="stylesheet" href="style.css" /> 无需type="text/css"
【推荐】还在用 ECharts 开发大屏?试试这款永久免费的开源 BI 工具!
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步