Html5
Jump to navigation
Jump to search
Resources
- http://html5up.net/ Responsive html5 and css3 template
- http://www.html5rocks.com/en
- HTML5 Outliner
- HTML5: the missing manual
- Youtube videos teach How to build a professional website from start to finish
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 <nav> tag (HTML5)
- Multi-Page HTML Sites. Simple, use relative path for css files in html code.
- Make header and footer files to be included in multiple html pages
- Method 1: .load() from jquery
- Method 2: Server Side Includes/SSI Wikipedia using the include directive. Add the following where you want to include your file: <!--#include file="include_head.html" -->
- Method 3: include statement from php. Sharing Headers and Footers Across Multi-Page Websites.
- Multiple webpages with common title and navigation bars (same solutions as above)
- Share Header, Nav and Footer HTML Code Across Pages (video). php include was used.
- Top Navigation Bar from w3schools
- For a website we can search some keywords: load, include, php, header, footer