What are the Website-Development Technologies ?

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.

The word Web Development is made up of two words, that is:
    Web: It refers to websites, web pages or anything that works over the internet.
    Development: It refers to building the application from scratch.

Here is a list of technologies commonly used in website development:
1) HTML (Hypertext Markup Language):
    HTML is used to define the structure and content of a web page.

2) CSS (Cascading Style Sheets):
    CSS is used to style the layout and design of a web page.

3) JavaScript:
    JavaScript is used to add dynamic interactivity to a web page, such as drop-down menus, pop-ups, and animations.

4) Content Management Systems (CMS):
    CMSs such as WordPress, Joomla, and Drupal are used to create and manage websites.
    They provide a user-friendly interface for managing content, such as text, images, and videos.

5) Responsive Web Design (RWD) frameworks:
    RWD frameworks such as Bootstrap or Foundation are used to create websites that look good on all devices, from desktop computers to smartphones.

6) Image and Graphics Software:
    Software such as Adobe Photoshop or Sketch is used to create and edit images and graphics for a website.

7) Web Hosting:
    Web hosting services such as Bluehost or GoDaddy provide a place to store and serve a website's files.

8) FTP (File Transfer Protocol) clients:
    FTP clients such as FileZilla are used to upload and download files to and from a web server.

9) Source Code Management tools:
    Source code management tools such as Git or SVN are used to manage the source code of a website.

These are just a few of the technologies commonly used in website development. The specific technologies used may vary depending on the requirements of the project and the preferences of the development team.