Before Learning these concepts, I would like to tell you the difference between Html/Css/JavaScript.
Web Structure
- HTML: Structure
- CSS: Presentation
- JAVASCRIPT: Behaviour
- HTML is a structural language that build the structure of a website as the skeletal system form the structure of the human body. Heading, paragraphs, images, text all are the part of HTML that creates the basic structure of a website.
- CSS is a styling language that gives styling of a website. With the help of front color, background color and border styling CSS furnishes the look of the site as the skin gives look to the human body.
- JavaScript is a programming language that gives motion and logics to the website for example a popup window alert. It is just like the motion of human body.
HTML(Available)
CSS(coming soon)
JAVASCRIPT (coming soon)
Tags:
behaviour
between
Code4xU
CSS
difference
difference between html css JavaScript
example
HTML
images
JAVASCRIPT
language
presentation
Structure