Formatação
Exemplo
<!DOCTYPE html>
<html>
<head>
<title>Exemplo</html>
</head>
<body>
<h1>Primeiro</h1>
<h6>Ultimo</h6>
<p>Isso é um parágrafo</p>
<p>Isso é uma quebra <br> de linha</p>
</body>
</html>
Last updated
<!DOCTYPE html>
<html>
<head>
<title>Exemplo</html>
</head>
<body>
<h1>Primeiro</h1>
<h6>Ultimo</h6>
<p>Isso é um parágrafo</p>
<p>Isso é uma quebra <br> de linha</p>
</body>
</html>
Last updated