W3 Web Tutorials

Learn to Code

With the world's most popular web tutorials

HTML

The language for building web pages

Learn HTML

CSS

The language for styling web pages

Learn CSS

JavaScript

The language for programming web pages

Learn JavaScript

PHP

A server scripting language

Learn PHP

HTML Example

Example

<!DOCTYPE html>
<html>
<body>

<h1>My First Heading</h1>
<p>My first paragraph.</p>

</body>
</html>

Click through HTML, CSS, JavaScript, and PHP to browse examples, copy snippets, and study how pages are built.