Html (Hypertext Markup Language) is used in the web design to present elements of a web page.. the simple Html document code is placed between opening html (or <html>) and closing html (or </html>).
According to the W3C* specification
HTML is a language for describing web pages.
- HTML stands for Hyper Text Markup Language
- HTML is not a programming language, it is a markup language
- A markup language is a set of markup tags
- HTML uses markup tags to describe web pages
What's a markup tag ? it's a predefined word to insert a specified component in the web page.
HTML is the minimal requirement to develop a website without styling, client side nor server side scripting. So if you want to become an expert in web design , you need to begin from here.
Take a web page in the Internet, what can you see in the page? otherwise, what components can you notice in a web page without considering colors and styles? surely you will answer me :
"I see buttons, images, forms,inputs, paragraphs and so on..."
That's good, and this is the task just done with HTML..