Yes, HTML is a form of coding, but it's important to understand what type of coding it is. HTML, which stands for
Hypertext Markup Language, is not a programming language but a
markup language. It is used to structure content on the web. While it doesn't involve programming logic or the execution of complex algorithms, it is still a language that instructs web browsers on how to display web pages.
So, to clarify, when you write HTML, you are indeed coding, but you are writing in a markup language, not a programming language. This distinction is important because it sets the expectations for what you can do with HTML and what you might need to learn to do more complex tasks that require programming.
read more >>