web development


 Web development is the process of building and maintaining websites or web applications. It involves everything from creating simple static pages to complex dynamic websites or online services. 

Technologies used:

  • HTML (HyperText Markup Language): Structures the content of the web pages.

  • CSS (Cascading Style Sheets): Styles and visually arranges the content (colors, layouts, fonts).

  • JavaScript: Adds interactivity to the page, like animations, form validations, and dynamic content.

  • Frameworks/Libraries: React, Vue.js, Angular, Svelte, etc.