This post belongs to the HTML course titled “Learn HTML & HTML5”. In this post, we have discussed what is HTML?
- HTML stands for Hyper Text Markup Language
- It’s not a programming language
- HTML is used to define markup/contents of a web page
- HTML provides tags for different type of contents e.g. link (<link>), paragraph (<p>), image (<img>), video (<video>) etc.
All websites are built using HTML tags, so HTML is the most important language to learn.
If you have any questions, please let us know in the comments section. Thanks