Html5: Difference between revisions

From 太極
Jump to navigation Jump to search
Line 18: Line 18:


= Creating multiple pages with navigation menus =
= Creating multiple pages with navigation menus =
* [https://www.w3.org/wiki/Creating_multiple_pages_with_navigation_menus Creating multiple pages with navigation menus]
* [https://www.w3.org/wiki/Creating_multiple_pages_with_navigation_menus Creating multiple pages with navigation menus] '''<nav>''' menu
* [https://www.learnhowtoprogram.com/user-interfaces/building-layouts-preprocessors/multi-page-html-sites Multi-Page HTML Sites]
* [https://www.learnhowtoprogram.com/user-interfaces/building-layouts-preprocessors/multi-page-html-sites Multi-Page HTML Sites]
* [https://youtu.be/shgr0ji71qI Share Header, Nav and Footer HTML Code Across Pages] (video)
* [https://youtu.be/shgr0ji71qI Share Header, Nav and Footer HTML Code Across Pages] (video)

Revision as of 21:49, 21 March 2022

Resources

IDE

With code completion

  • NetBeans The editor supports several languages including Java, C/C++, XML, HTML, PHP, Groovy, CSS, and JavaScript. It can be extended to support other languages
  • Bluefish sudo apt-get install bluefish

General Advice

Templates

Creating multiple pages with navigation menus