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
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.
0 Comments