Can you link to an HTML file?

前端 未结 4 989
青春惊慌失措
青春惊慌失措 2020-12-11 07:44

My website has the same navigation menu throughout, instead to rewriting the HTML code for every page, can I link to a second HTML file (that contains the nav HTML code) lik

4条回答
  •  攒了一身酷
    2020-12-11 08:21

    for an HTML solution -since you have no other tags in your question- there is HTML imports:

    
    

    But this new -working draft- and it doesn't have good browser support.


    Resources:

    • W3C - imports
    • MDN - HTML Imports
    • caniuse - HTML Imports
    • webcomponents.org - introduction to html imports
    • html5rocks - imports

提交回复
热议问题