Web Development Roadmap

Today in this blog we will discuss roadmap of web development for absolute beginners.






1. HTML

HTML Stands For HYPER  TEXT  MARKUP  LANGUAGE . Use it to define the body structure of the web page . 

THIS IS MANDATORY  FOR WEB PAGE BODY STRUCTURE .

 


2.CSS

CSS Stands For CASCADING STYLE SHEETS .  IT IS USED FOR ANY WEB DESINGNING . THIS IS PROVIDES THE BETTER LOOK FOR WEB PAGE .



3.JAVASCRIPT 

JavaScript is the scripting language. It is used for basically make the dynamic web pages. 



4.PHP

Php is the sever side language. It is used for basically Database data management . Php Contains the data in the tables form. 



5.SQL

SQL Stands For structured query language .  It is used for   make the database and client side web page  connections. 


   

Comments