How To Make Reuseable HTML Navigation Menus?

前端 未结 10 757
面向向阳花
面向向阳花 2021-01-02 04:41

I\'m sure this topic comes up all the time,
But I can\'t seem to fine a concise answer.

I\'ve got a vertical menu bar that I want to reuse in webpages (>20)

10条回答
  •  失恋的感觉
    2021-01-02 05:41

    Using a w3 script..

    index.html

    
    
    
    
    
    
    

    header.html

    Title

    nav.html

    Your nav

    See also: http://www.w3schools.com/howto/howto_html_include.asp

    And don't forget to test this code on your localhost.

提交回复
热议问题