Forkyz ❤️
It’s a markup language. There’s no debugging.
I don’t have to iterate through versions of the markup to find what works.
It doesn’t have specific documentation that is mostly the same but differs slightly on different runtimes
And it doesn’t have IO, dynamic extensibility or modularity….
Wait a second. Hmm… nah, it’s still just a markup language. Just one derived over time that feels like it was the brainchild of Satan and Cthulu
I don’t have to iterate through versions of the markup to find what works.
<section>
or<article>
first? A section can contain articles, but articles can have sections.So… nested loops. Check.
It’s a markup language. There’s no debugging
You’re not trying hard enough
I’m not a programmer so I’m tending towards accepting HTML as a programming language, because it’s a language you type in to make the computer do stuff. Is there maybe another example of something that does what HTML does but obviously isn’t a programming language?
The correct answer is <?ph
What crossword is this?
For the common folk working with a markup language is programming.
No. Markup languages are configuration for an interpreter.
inb4 code is configuration for a compiler and binary is configuration for a processor
Actually, there are plenty of interpreted programming languages, for example Perl or Shell Script so that definition is incorrect.
HTML is not a programming language because it only defines form (how things look), and does not control action (executing operations by itself).
The language for Web Development that controls the execution of operations (say: if the user fills a certain field, fetch related data from a server and display it in certain page areas) is called Javascript and is separate from HTML (which existed before Javascript and can exist without it).
Modern Web standards have also moved a lot of the form stuff to yet another language - CSS, Cascading Style Sheets - which is more powerful and reusable, so HTML is more used for the visual structure of the page and less for things like the fonts of the various pieces of text, though it still contains support for that stuff and you can still use it.
True. Once I was working on a WPF app and someone looked at it and then showed me a simple YAML file they put together for Ansible and legit thought ‘YAML was better’ and what I was doing was dumb. They considered themselves a programmer.
So the creator of this quiz wants to be someone having their life ended forcefully, 8 letters …
HTML5 + CSS3 is Turing complete, but just basic html is not.
how does something get tested for turing completeness
Uh… WASM?