Tree to HTML
2018-02-27 14:56 Weiweim 阅读(253) 评论(0) 编辑 收藏 举报<body>
<h1>My Header!</h1>
<div>
</div>
</body>
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Tree to HTML</title> </head> <body> <h1>My Header!</h1> <div> <p>Very intelligent content.</p> <p>These words are insightful.</p> </div> </body> </html>