Skip to content

Instantly share code, notes, and snippets.

View aleenocl's full-sized avatar
😺

L aleenocl

😺
View GitHub Profile
@aleenocl
aleenocl / quebra-linha.html
Created February 13, 2024 22:20 — forked from georgemendonca/quebra-linha.html
Quebra de linha em textos.
<html>
<head>
<title>Quebra de linha.</title>
</head>
<body>
Utilizando a tag <br /> para quebra de linha.
</body>
</html>