要新增部分,請使用 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文件中包含一個部分?的詳細內容。更多資訊請關注PHP中文網其他相關文章!