Skip to content

Instantly share code, notes, and snippets.

@chris-scientist
Created September 3, 2022 18:44
Show Gist options
  • Save chris-scientist/6633b6a0fc090352a3dda4a7e8710cc8 to your computer and use it in GitHub Desktop.
Save chris-scientist/6633b6a0fc090352a3dda4a7e8710cc8 to your computer and use it in GitHub Desktop.
Web
<!DOCTYPE html>
<html>
<head>
<title>Titre affiché dans l'onglet du navigateur internet</title>
</head>
<body>
<h1>Un titre affiché dans la page web</h1>
<p>Un paragraphe dans lequel écrire du texte.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment