About 1,510,000 results
Open links in new tab
  1. Is HTML considered a programming language? - Stack Overflow

    A programming language does NOT need to be turing complete. What would you call a language like Idris? Also, as others pointed out, HTML is a domain specific language. Every markup …

  2. html - Is HTML5 a programming language? - Stack Overflow

    Jan 24, 2013 · Nowadays, we can use HTML5 to make apps, as in android, in firefox os, iPhone, Blackberry and others. But, I heard that HTML is a Markup language, not for programming. …

  3. javascript - Zoom Canvas to Mouse Cursor - Stack Overflow

    Mar 4, 2011 · I'm programming a HTML5 < canvas > project that involves zooming in and out of images using the scroll wheel. I want to zoom towards the cursor like google maps does but …

  4. Tools for building a Graph/Node based user interface in a webapp

    May 8, 2022 · Wire is a monorepo containing a set of libraries (artifacts) that makes it super easy to build blazing fast & reactive visual programming tools for the web. It offers a core data …

  5. Compare/contrast HTML, XHTML, XML, and HTML5 - Stack Overflow

    Sep 15, 2009 · It's programming language-agnostic - all of the major programming languages provide mechanisms for reading and writing XML documents, either as part of the core or in …

  6. html - HTML5 Shim vs. Shiv - Stack Overflow

    To understand a shim in programming terms, you need to understand what a pain IE was/is for web developers: IE was one of the first commercially-available web browsers. And it may have …

  7. What programming languages can be used with HTML?

    Jun 20, 2014 · If a program can output text (virtually all programming languages can), it can generate HTML, CSS and Javascript. The question is, what is a browser capable of …

  8. html - HTML5 code element - language class - Stack Overflow

    Sep 17, 2016 · In the WHATWG’s HTML Living Standard version of the specification, it does actually recommend prefixing the value of class attributes on <code> elements with " language …

  9. Draw multiple image's on canvas with each image rotated

    Oct 28, 2013 · I'm new into HTML5 programming and I wanted to know how to rotate each image when it is added into canvas. Should each of them be placed into a canvas and then rotated?

  10. Which languages can be embedded into HTML5? - Stack Overflow

    Dec 3, 2012 · 4 As far as I know: CSS can be embedded via <style> JavaScript can be embedded via <script> MathML can be embedded via <math> SVG can be embedded via <svg> Are …