HTML is not a programming language.

HTML is not considered a programming language because it does not have the ability to perform computational tasks. It is a markup language, which means it is used to describe the structure and layout of a document, such as headings, paragraphs, and links. It does not have the ability to make decisions or perform actions based on conditions, like a programming language would. HTML is used to create the structure and layout of web pages, but it relies on programming languages such as JavaScript and Python to add dynamic functionality. In summary, HTML is a markup language that describes the structure of a document, while programming languages have the ability to perform operations and make decisions.