Module 9 - Revisit the Basics

Modules Overview

Module Description
Module 1 Getting Started
Module 2 HTML Basics - HTML for Structure
Module 3 Links - From Here to There
Module 4 Images and Media
Module 5 CSS Styling
Module 6 CSS Layout
Module 7 Responsive Web Design
Module 8 Tables, Forms - Data Collection & Display
Module 9 Beyond HTML
Module 10 Site Planning - Design & Implementation
Module 11 Website Projects
Module 12 Reflection
About Web Development

Web Development refers to the building, creating, 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: Building the application from scratch.

Web Development can be classified into two ways:

  • Frontend Development
  • Backend Development

Some popular programming languages and applications used by web developers:

  1. 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.
  2. CSS: Cascading Style Sheets fondly referred to as CSS is a simply designed language intended to simplify the process of making web pages presentable. It is used to style our website.
  3. JavaScript: JavaScript is a scripting language used to provide a dynamic behavior to our website.
  4. Bootstrap: Bootstrap is a free and open-source tool collection for creating responsive websites and web applications. It is the most popular CSS framework for developing responsive, mobile-first websites. Nowadays, the websites are perfect for all the browsers (IE, Firefox, and Chrome) and for all sizes of screens (Desktop, Tablets, Phablets, and Phones).

Information above is adapted from Web Development article by GeeksforGeeks.