Front End Web Development
Web development is creating and maintaining a website.
Web development is divided into front end and back end.
Front end is mostly written using HTML, CSS and JavaScript
HTML is Hypertext Markup Language. Here we specify the content of the page.
CSS is Cascading Style Sheet. It is used to give styling for the content written in HTML. It makes the webpage attractive.
JavaScript is used to make the website responsive.
Lets learn a bit deeper about all this in this session.
