About 790,000 results
Open links in new tab
  1. HTML: HyperText Markup Language - MDN Web Docs

    Dec 22, 2025 · HTML (HyperText Markup Language) is the most basic building block of the Web. It defines the meaning and structure of web content. Other technologies besides HTML are …

  2. HTML - Wikipedia

    HTML (Hypertext Markup Language) is the standard markup language for creating web pages and web applications, defining the structure and layout of content.

  3. Introduction to HTML - W3Schools

    What is HTML? HTML stands for Hyper Text Markup Language HTML is the standard markup language for creating Web pages HTML describes the structure of a Web page HTML consists …

    Missing:
    • meaning
    Must include:
  4. What is HTML Used For? I Codecademy

    Jun 6, 2024 · HTML has a simple, text-based structure that’s easy for beginners to learn and understand. But what does HTML actually mean? HTML is an acronym that stands for …

  5. HTML: Features, Application and History - GeeksforGeeks

    Nov 8, 2025 · HTML (HyperText Markup Language) is the standard language used to create and structure web pages. It uses tags and elements to define headings, paragraphs, images, links, …

  6. What Is HTML (Hypertext Markup Language)? - Computer Hope

    Aug 16, 2024 · What Is HTML (Hypertext Markup Language)? First developed by Tim Berners-Lee in 1990, HTML is short for hypertext markup language. HTML creates electronic …

  7. HTML | Definition & Facts | Britannica

    Nov 7, 2025 · HTML is the markup language for encoding Web pages. It was designed by the British scientist Sir Tim Berners-Lee at the CERN nuclear physics laboratory in Switzerland …

  8. What is HTML? Understanding the Backbone of the Web

    Apr 9, 2025 · HTML is not a programming language, but rather a markup language, which means its purpose is to define the structure and presentation of content. It acts as the skeleton of a …

  9. What Is HTML? A Beginner’s Guide - Kinsta

    Oct 1, 2025 · HTML stands for “hypertext markup language” and is a relatively simple language used to create web pages. Because it doesn’t allow variables or functions, it’s not considered …

  10. HTML/Training/What is HTML - W3C Wiki

    Feb 21, 2013 · HTML uses markup tags to create Web pages. All content on the Web page is meant by tag. For examples, "Here is a paragraph", "This is a image" and so on. Let's see the …