this post was submitted on 10 Oct 2023
24 points (90.0% liked)

Technology

59653 readers
3411 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

I am a generator creator on it, and I just wanna know if it is coding or programming since it also uses HTML πŸ™‚

you are viewing a single comment's thread
view the rest of the comments
[–] Abigblueworld@lemmy.world -2 points 1 year ago (2 children)

There's a Khan Academy thing saying it is

[–] insomniac@sh.itjust.works 3 points 1 year ago (1 children)

Markup languages like HTML are declarative. That means you use it to describe the result you want but you don’t give it any instructions for how to actually do that. An imperative language is used to actually describe the behavior. Traditional programming languages are imperative. An imperative language is necessary to interpret the HTML and actually display the content in the desired way. You can’t use HTML to accomplish anything by itself. This distinction is why calling HTML a programming language is contentious.

[–] Asudox@lemmy.world 2 points 1 year ago (1 children)

They can say that, but the truth is that it is not.