WEB DEVELOPMENT


INTRODUCTION TO WEB DEVELOPMENT

Web Development is a skill of creating websites through coding, It means creating a website for personal use or on customer demand. To do this first you have to learn coding and then you will be able to create a website of your or customer's choice. CODING is a process where you write the website's code using different programming languages.


    Programming Languages

          There are many types of programming languages some are for specific use and some are alternatives to each other, but here we will talk about some basic languages that are important for a beginner to know HTML, CSS, JAVASCRIPTand PHPA person can create any type of website by using only these four languages.

         HTML stands for(Hypertext Markup language). It is the main language on which the whole website depends because it is the skeleton of a website. All the basic structure of the website is made using HTML, it is not possible to create a website without HTML.


          CSS  stands for (cascading style sheet). It is like the skin, hair, and organs on a skeleton because CSS is used to style up the website made only by HTML. HTML can only add the basic information to the website but CSS is used to style up the text and information added by HTML by giving it color design and other features.


           JavaScript is the brain of the website because it tells the website what to do and when to do it. for example, If you add a button to your website using HTML then it will not work until you do not code using JavaScript you have to tell the website what task it should perform when this button is clicked. 

      

 Classifications of Web Development

        There are three types of web development  Front-end web development, back-end web development, and full-stack web development. These are the three classifications in which web development is classified it means that a website has two parts one is front-end which means what a viewer sees on the website means that the graphical user interface that is created by HTML, CSS, and JavaScript.
     Back-end development is the part where the functioning of the website is set to how it works how the results will be results shown to the viewer and how the website works this part cannot be seen by the viewer it is only operated by the programmer.
    Full-stack development is the combination of both front and back and front-end development. A complete website is made by full-stack web development.