要添加部分,請使用 HTML 中的
示例
<!DOCTYPE html> <html> <head> <title>HTML Section Tag</title> </head> <body> <section> <h1>Java</h1> <h3>Inheritance</h3> <p>Inheritance defines the relationship between superclass and subclass.</p> </section> </body> </html>
登錄后復制
以上就是我們如何在HTML文檔中包含一個部分?的詳細內容,更多請關注www.92cms.cn其它相關文章!