是否可以使用include将其他标签放置在html标签之外?

时间:2018-07-26 09:51:55

标签: php html

例如: mainpage.php-包含html,head和body标签。

<?php include('otherpage.php') ?>
<html>
   <head>

   </head>
   <body>
        Contents.....
   </body>
 </html>

otherpage.php- 在otherpage.php中包含一些按钮和文本。

   <nav>
       <div>Text or buttons here....</div>
    </nav>

0 个答案:

没有答案