Website Development

Website 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: It refers to websites, web pages or anything that works over the
internet.

Development: It refers to building the application from scratch.

Web Development can be classified into two ways:

The part of a website that the user interacts directly is termed as front end. It is also referred to as the ‘client side’ of the application.

  • HTML (Hypertext Mark-up Language)
  • CSS (Cascading Style Sheets)
  • JavaScript
  • Bootstrap

Back-end is the server side of a website. It is the part of the website that
users cannot see and interact. It is the portion of software that does not
come in direct contact with the users. It is used to store and arrange data.

  • PHP
  • Java
  • Python
  • java script
  • Back-end Frameworks

0