Comment on Ask HN: What web development language do you prefer?Comments−john_whelan13yHTML mostly because of the capabilities that came with HTML5.−TheHydroImpulse13yYou can't do much with just HTML. Remember, HTML5 is basically just a wrapper around all the new web technologies (local storage, webgl, audio API, web sockets, etc...). Most of these technologies are interfaced with JavaScript and not HTML.−AeiperOP13yHave you made any recent websites using HTML5 extensively?
Comments
HTML mostly because of the capabilities that came with HTML5.
You can't do much with just HTML. Remember, HTML5 is basically just a wrapper around all the new web technologies (local storage, webgl, audio API, web sockets, etc...). Most of these technologies are interfaced with JavaScript and not HTML.
Have you made any recent websites using HTML5 extensively?