Posts

Showing posts from February, 2025
Image
  Web development  refers to the creating, building, and maintaining of websites. It includes aspects such as web design, web publishing, web programming, and database management. It is the creation of an application that works over the internet i.e. websites. Web development is typically broken down into  3 core areas: Frontend ,  Backend ,  Full Stack  Development. Frontend Development The Face of the Web. The part of a website where the user interacts directly is termed as front end. This involves designing the structure, layout, and behavior of the website It is also referred to as the ‘ client side ’ of the application. HTML:  HTML stands for HyperText Markup Language. It is used to design the front end portion of web pages using markup language. It acts as a skeleton for a website since it is used to make the structure of a website. CSS:  Cascading Style Sheets fondly referred to as CSS is a simply designed language intended to simplify the ...