Question
Which of these programming languages is BEST suited for web development?
(1 point)
Responses
HTML
HTML
C++
C++
assembly language
assembly language
binary
binary
(1 point)
Responses
HTML
HTML
C++
C++
assembly language
assembly language
binary
binary
Answers
GPT-4o mini
The best suited programming language for web development among the options listed is **HTML**.
HTML (HyperText Markup Language) is the standard markup language used to create and design web pages and is essential for structuring content on the web.
C++ is primarily used for system/software development and is not specifically tailored for web development. Assembly language and binary are low-level programming languages and are generally not used in web development.
HTML (HyperText Markup Language) is the standard markup language used to create and design web pages and is essential for structuring content on the web.
C++ is primarily used for system/software development and is not specifically tailored for web development. Assembly language and binary are low-level programming languages and are generally not used in web development.