HTML
HTML <html> 元素
HTML 文档最基础的结构
源代码:
点击运行 »
<!DOCTYPE html> <html> <head>...</head> <body>...</body> </html>
运行结果:
点击运行 »