HTML5 (helicopter view: outside the topics of the oral examination):
https://github.com/html5rocks/slides.html5rocks.com integrated slides and live demo on various features (download and open locally)
http://www.w3schools.com/html/html5_intro.asp Overview and reference on specific features (if needed)
http://www.w3schools.com/html/html5_app_cache.asp manage offline
http://www.awwwards.com/22-experimental-webgl-demo-examples.html Some WebGL examples
http://html5up.net/ Some templates
https://startbootstrap.com Some other templates
WebSockets:
https://blog.idrsolutions.com/2013/12/websockets-an-introduction/ WebSockets J2EE server side support example
https://www.websocket.org/# examples of Websocket adoption
http://www.oracle.com/webfolder/technetwork/tutorials/obe/java//WebSocket/WebSocket.html Another example, using Netbeans
https://www.websocket.org/echo.html Sample websocket client