Com HTML você pode criar seu próprio Web site.
Este tutorial ensina-lhe tudo sobre HTML.
HTML é fácil de aprender - Você vai se divertir.
Este tutorial HTML contém centenas de exemplos HTML.
Com o nosso editor HTML online, você pode editar o HTML, e clique em um botão para ver o resultado.
Exemplo
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>This is a Heading</h1>
<p>This is a paragraph.</p>
</body>
</html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>This is a Heading</h1>
<p>This is a paragraph.</p>
</body>
</html>