Question

Which of these programming languages is BEST suited for web development?

(1 point)
Responses

HTML

HTML

C++

C++

assembly language

Answers

GPT-4o mini
The best-suited programming language for web development among the options provided is **HTML**.

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

C++ and assembly language are not typically used for web development; C++ is a general-purpose programming language that can be used for system/software development, game development, etc., while assembly language is a low-level programming language that is not practical for web development tasks.

Related Questions