DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

HTML: Introduction

Start learning HTML with a quick overview and Hello World.

Read time: 1 min Words: 41
My Progress

HTML — Introduction

Overview

HTML is the markup language that structures web pages.

Hello World

<!doctype html>
<html>
  <body>Hello, World!</body>
</html>

What you'll learn

  • How to run HTML
  • Basic syntax style
  • Next steps (lessons & references)

Next

Open the Syntax & Cheat Sheet page for this language.