Learn Web Development Basics with HTML CSS and JavaScript (original) (raw)

Last Updated : 06 May, 2024

**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:

Table of Content

**Web Development can be classified into two ways

Frontend Development

**Front-end Development is the development or creation of a user interface using some markup languages and other tools. It is basically the development of the user side where only user interaction will be counted. It consists of the interface where buttons, texts, alignments, etc are involved and used by the user.

What is HTML?

**HTML stands for **HyperText Markup Language. It is the standard language used to create and design web pages on the internet. It was introduced by **Tim Berners-Lee in **1991 at **CERN as a simple markup language. Since then, it has evolved through versions from **HTML 2.0 to **HTML5 (the latest 2024 version).

HTML is a **combination of Hypertext and Markup language. Hypertext defines the link between the web pages and Markup language defines the text document within the tag.

**Example: This example shows the basic use of HTML on the web browser.

HTML `

HTML Tutorial

Welcome To GFG

Hello World! Hello from GFG

`

What is CSS?

**CSS or Cascading Style Sheets is a stylesheet language used to add styles to the HTML document. It describes how HTML elements should be displayed on the web page.

CSS was first proposed by **HÃ¥kon Wium Lie in 1994 and later developed by Lie and Bert Bos, who published the **CSS1 specification in 1996.

Basic CSS Example

CSS has 3 ways to style your HTML: