Quiz Champion

HTML is what type of language?

  • Programming Language
  • Macro Language
  • Markup Language
  • Scripting Language
Explanation

HTML is considered a markup language. This is because it is primarily used to structure and format the content of web pages, rather than being a traditional programming language. HTML uses tags to mark different elements and provide instructions on how the content should be displayed on a web browser. It focuses on the presentation and organization of information, while programming languages like JavaScript or Python deal with logical and computational aspects. Hence, HTML is categorized as a markup language due to its main purpose of describing the structure and presentation of web documents.