Skip to main content

HTML, CSS, JS and how website work

 Basic Requirments to build a website

HTML                Must/Structure/Skalaton

CSS                    Design

JAVASCRIPT    Logic/Brain


How Website Work

Client request for the website 
server returns the response

Role of HTML

- HTML stands for Hyper Text Markup Language
- it is basically a standard markup language for given a statics skeleton to web application and website
- its a well standarized system 

ROle of CSS

-Cascading Style Sheets which is known as CSS is a style sheet language that use to handle the presenatation of the web pages containing HTML
- it makes our websites beautiful and modern looking

Role of JS

- JavaScript which is known as js, is a highly level dynamic interprated programming language.
- it allows client-side scripting to create completely dynamic web application and websites. 



Comments

Post a Comment

Popular posts from this blog

BASIC STRUCTURE AND GENERAL ABOUT HTML BY RONASH

 A Basic HTML Page <!doctype html>                                            specifies this is an html 5 doc <html>                                                               root of an html page <head>                                                               content page meta data <tittle>roshay</tittle>                                  contains tittle ...

Photos Library