Skip to content

Instantly share code, notes, and snippets.

@DiegoPinho
Last active May 11, 2020 17:57
Show Gist options
  • Save DiegoPinho/6bc5fb066ab7fda2e60fa3ab181a3de4 to your computer and use it in GitHub Desktop.
Save DiegoPinho/6bc5fb066ab7fda2e60fa3ab181a3de4 to your computer and use it in GitHub Desktop.
Exercício - 8° Ano
<html>
<head>
<title>As 4 estações</title>
</head>
<body>
<h1>Estações do ano</h1>
<p>O ano é dividido em quatro estações:</p>
<ul>
<li>Primavera</li>
<li>Verão</li>
<li>Outono</li>
<li>Inverno</li>
</ul>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment