Created
March 19, 2025 21:56
-
-
Save douglasabnovato/253a251c4768f7f5b43ef75c335e2cb4 to your computer and use it in GitHub Desktop.
Estrutura básica de html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Minha Landing Page de Futebol</title> | |
<link rel="stylesheet" href="style.css"> | |
</head> | |
<body> | |
<header> | |
<h1>O Mundo do Futebol Brasileiro</h1> | |
<p>Sua paixão em um só lugar</p> | |
</header> | |
<section id="hero"> | |
</section> | |
<footer> | |
</footer> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment