is html coding language code example
Example 1: is html a programming language
HTML is a markup language. We don't say HTML as a programming language.
Example 2: is html a programming language
print('''
It all depends on what you think. It is a markup language, but can
also interact with the user and can therefore technically be considered
a programming language
''')
Example 3: is html a programming language
Since HTML5, HTML is considered a programming language.
This is because it has the possibility of interacting with the user, so although it is a markup language,
it has scripting so it is tecnically a programming language.