HTML
The language for building web pages
Learn HTMLWith the world's most popular web tutorials
The language for building web pages
Learn HTMLThe language for styling web pages
Learn CSSThe language for programming web pages
Learn JavaScriptA server scripting language
Learn PHP<!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.