Asked by Abbee Darsey on Jul 29, 2024

verifed

Verified

Kiera is building a front-end user interface for the database her new website will use.Which of the following languages is NOT used to build a webpage?

A) HTML
B) JavaScript
C) SQL
D) CSS

SQL

Structured Query Language, a programming language designed for managing and manipulating relational databases.

JavaScript

A high-level, interpreted scripting language widely used for creating and controlling dynamic website content.

HTML

Hypertext Markup Language, the standard markup language used to create and structure web pages and web content.

  • Distinguish between the elements of front-end and back-end technologies.
verifed

Verified Answer

AA
Ameer AwwadAug 04, 2024
Final Answer :
C
Explanation :
HTML, JavaScript, and CSS are all used to build webpages in some capacity, but SQL is a language used to interact with and manage databases. It is not used to build the front-end user interface.