Javascript is a scripting or programming language that allow you to implement complex things on web pages.

It can able to disply timely comtent updates, interactive maps, animated 2D/3D graphics,
scrolling video jukeboxes, etc.

Let’s show how to different HTML, CSS, javascript

  • HTML
    HTML is the markup language that we use to structure and give meaning to our web content, for example defining paragraphs, headings, and data tables, or embedding images and videos in the page.

  • CSS
    CSS is a language of style rules that we use to apply styling to our HTML content, for example setting background colors and fonts, and laying out our content in multiple columns.

  • JavaScript
    JavaScript is a scripting language that enables you to create dynamically updating content, control multimedia, animate images, and pretty much everything else.