Skip to main content

Posts

Showing posts from September, 2020

HTML, CSS, & JavaScript | What is html, css, and javascript

HTML HTML stands for Hypertext Markup Language. HTML is the standard markup language for documents designed to be displayed in a web-browser. All webpage and web-browser are written in HTML. It is a skeleton of the webpage. CSS CSS stands for cascading style sheets. CSS is a style sheet language used for design a webpage, web-document. It is a body of a webpage/web-document. JavaScript JavaScript is a scripting language. It is one of the core technologies of web development and can be used on both the front-end and the back-end. It is a brain of a webpage or a website. Functions of JavaScript Front-End friendly Back-End friendly Enables web applications Game Development Mobile Apps Versatile and robust Modern Web Design HTML: Structure CSS: Presentation JavaScript: Behavior PHP or similar: Backend CMS: Content Management Example of image of html and css                                      index.html                                              style.css          result of the html