DEV Community

Shivani Das
Shivani Das

Posted on

What Are HTML, CSS & JavaScript? The Human Body Analogy.

Imagine a website as a human body.
HTML is the skeleton. It gives the body its basic structure.

( HTML gives basic structure to the website)

CSS is the skin, clothes, and overall appearance. It makes the body look attractive and presentable. It provides the look to a body.

( _CSS  gives the style of look to the website, which help that to look attractive)
_
JavaScript is the brain and nervous system. It controls how the body behaves...such as walking, moving hands, blinking eyes, responding to actions, and interacting with the world. Likewise, JavaScript adds functionality to the website.  

( JavaScript gives interactivity to web page)

Top comments (0)