HTML5 templates

From LibrePlanet
Jump to: navigation, search

"HTML5" includes Javascript and often the Javascript code is nonfree.

HTML5 Template Repository

This page contains links to HTML5 templates compatible with free software Web browser Icecat (and most HTML5-supporting browsers).

You're welcome to use the discussion page for pros and cons of current recommendations. The LP mailing list is also a good place to do so. This page was suggested by David Hedlund.

Minimal HTML5 Page

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title> Minimal HTML5 Template </title>
</head>
<body>
<body>
<html>

HTML5 Video

Resources

Mozilla has some nice examples of using audio and video tags:

<https://developer.mozilla.org/en-US/docs/Web/HTML/Supported_media_formats>.


Their resources are published under the CC BY-SA 2.5 or (at your option) any later version. Please note they ask you to preserve certain notices, <https://developer.mozilla.org/en-US/docs/MDN/About#Copyrights_and_licenses>.


The Wikipedia pages are pretty useful:

Whatwg is well organized and pretty easy to follow if you are comfortable reading specs:

I think video.js might have some docs and code samples that could be useful for when crafting templates: