|
[HTML][1] stands for HyperText Markup Language. It is the standard language used to create and design webpages.
Key Points: Structure: HTML provides the basic structure of a webpage (like headings, paragraphs, lists, links, images, etc.). Tags: It uses tags (like , , , , , etc.) to define elements.
Not a programming language: HTML is a markup language, not a programming language—it doesn't have logic or decision-making like loops or conditions.
Works with CSS and JavaScript:
CSS (Cascading Style Sheets) styles the page.
JavaScript adds interactivity.
**Example:**
My First Page Welcome! This is my first HTML page. Address: Sec-3, Noida, UP, 201301, India Contact:+9599086977
|