0

Why do we need an html code to create web page

rather than other programming languages

23rd Apr 2018, 4:52 AM
Anilkumar Kangan
Anilkumar Kangan - avatar
3 Answers
+ 3
First of all, HTML is not a programming language. HTML is a markup language and helps you define the structure of the page. The fact that is a standard is thanks to the W3C, which defines the specifications of each version. Because is a standard is also the one that has support between browsers. I have seen some articles about using another tag language (such as XML) for creating pages, but most are impractical.
23rd Apr 2018, 5:03 AM
Mickel
Mickel - avatar
+ 1
HTML is a Markup Language (that's what the ML in HTML stands for). It isn't a programming language. HTML was designed for displaying elements on a web page, it is perfect for this use. If you set width of an element to 50%, it means it will always be half the width of its parent. When the browser is resized, the width would automatically stretch, without the need for code to be written to handle that!
23rd Apr 2018, 4:59 AM
Emma
+ 1
thanks a lot for your valuable information
23rd Apr 2018, 6:22 AM
Anilkumar Kangan
Anilkumar Kangan - avatar