Question

Which of these programming languages is BEST suited for web development? (1 point) Responses HTML HTML C++ C++ assembly language assembly language binary

Answers

GPT-4o mini
For web development, the best-suited programming language from your list is **HTML**.

HTML (HyperText Markup Language) is the standard markup language used for creating web pages and web applications. It is used to structure content on the web.

The other languages listed (C++, assembly language, and binary) are not typically used for web development. C++ is a general-purpose programming language mainly used for system/software development, while assembly language and binary are low-level languages not suited for web development tasks.