w3schools
.com
THE WORLD'S LARGEST WEB DEVELOPER SITE
Inicio
TUTORIALS
Learn HTML
Learn CSS
Learn Icons
Learn Graphics
REFERENCES
HTML Tag Reference
HTML Event Reference
HTML Color Reference
HTML Attribute Reference
EXAMPLES
HTML Examples
CSS Examples
Bootstrap Examples
How To Examples
HTML and CSS
Learn HTML
Learn CSS
Learn W3.CSS
Learn Colors
Learn Bootstrap 3
Learn Bootstrap 4
Learn Icons
Learn Graphics
Learn How To
JavaScript
Learn JavaScript
Learn jQuery
Learn AngularJS
Learn JSON
Learn AJAX
Server Side
Learn SQL
Learn PHP
Learn ASP
Learn Node.js
Learn Raspberry Pi
Web Building
Web Templates
Web Statistics
Web Certificates
Web Editor
XML Tutorials
Learn XML
Learn XML AJAX
Learn XML DOM
Learn XML DTD
Learn XML Schema
Learn XSLT
Learn XPath
Learn XQuery
HTML
The Language for building web pages
HTML Example:
!DOCTYPE html
html;
title HTML Tutorial /title
body
This is a heading;
pThis is a paragraph/p;
/body;
/html
Try it Yourself