搜索文档
首页
HTML/CSS
JavaScript
服务端开发
Java教程
移动端
数据库
当前位置:
首页
HTML/CSS
HTML基础教程
HTML5 基础教程
源代码
清空
点击运行
<!doctype html> <html> <head> <meta charset="UTF-8"> <title>HTML5 Example by www.div.cn</title> </head> <body> <header> <img src="/static/images/logo-n.png" alt="Logo"> </header> <article> <h1>Heading for Article</h1> <p>Text that appears under article</p> </article> </body> </html>
运行结果