HTML and SQL are:

(1 point)
Responses

object-oriented languages.

object-oriented languages.

imperative languages.

imperative languages.

declarative languages.

declarative languages.

machine languages.

HTML and SQL are not object-oriented languages, imperative languages, declarative languages, or machine languages.

HTML is a markup language used for creating web pages and is not a programming language at all. It is used to structure the content and define the layout of a web page.

SQL (Structured Query Language) is a domain-specific language used for managing and manipulating relational databases. It is a declarative language because it focuses on expressing what data is needed rather than how to retrieve it.