Skip to content

Instantly share code, notes, and snippets.

@billbordallo
Last active April 27, 2021 13:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billbordallo/5acdab39117ae552cac0c9cf9451f6c1 to your computer and use it in GitHub Desktop.
Save billbordallo/5acdab39117ae552cac0c9cf9451f6c1 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<title>Título da página</title>
</head>
<body>
<h1>Título do texto</h1>
<p>Texto do primeiro parágrafo</p>
<p>Texto do segundo parágrafo com um <strong>trecho em negrito</strong></p>
<ul>
<li>Primeiro elemento de uma lista não-ordenada</li>
<li>Segundo elemento de uma lista não-ordenada</li>
</ul>
<img src="https://source.unsplash.com/500x250/?nature" width="500" height="250" alt="Texto alternativo da imagem">
<p>Mais um parágrafo, desta vez contendo um <a href="pagina-b.html">link</a>.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment