Difference between revisions of "HTML5 templates"

From LibrePlanet
Jump to: navigation, search
(Created page with "==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 a...")
 
Line 1: Line 1:
 +
"HTML5" includes Javascript and often the Javascript code is nonfree.
 +
 
==Resources==
 
==Resources==
  

Revision as of 15:32, 16 September 2015

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

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: