Skip to content

Instantly share code, notes, and snippets.

@davidelp68
Created August 18, 2019 15:37
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 davidelp68/884e4b2b350c8f11ad2d47c136e054ea to your computer and use it in GitHub Desktop.
Save davidelp68/884e4b2b350c8f11ad2d47c136e054ea to your computer and use it in GitHub Desktop.
HTML - Introduzione al linguaggio HTML
<!DOCTYPE html>
<html>
<head>
<title>Titolo pagina</title>
</head>
<body>
<!-- Questo è un commento! -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment