Problem Statement
HTML is a what type of language?
Explanation
HTML is a markup language, not a programming language. Markup languages structure and format content. Programming languages like JavaScript or Python create logic with variables, loops, and conditions. HTML simply uses tags to organize content on web pages.
