HTML Introduction (original) (raw)

Last Updated : 08 Apr, 2025

**HTML stands for **HyperText Markup Language. It is the standard language used to create and structure content on the web. It defines the structure of a webpage by using a series of elements, tags, and attributes to organize text, images, links, and other multimedia elements.

In a nutshell, HTML is all about **organizing and displaying information on a webpage. We can think of it as the **bones or **structure of a webpage.

Basic HTML Code Example

HTML `

My First Webpage

Welcome to My Webpage

This is my first paragraph of text!

`

**Output:

Screenshot-2025-04-08-131602

HTML

**In this example: