Can you link to an HTML file?

前端 未结 4 990
青春惊慌失措
青春惊慌失措 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:41

    W3schools has an include. They also have there own CSS as a side note. Put the callup in footer (wherever)

    
    
    

    And then on page:

    
    
        

提交回复
热议问题