Skip to content

Instantly share code, notes, and snippets.

@bacillo
Created October 23, 2013 19:03
Show Gist options
  • Save bacillo/7124621 to your computer and use it in GitHub Desktop.
Save bacillo/7124621 to your computer and use it in GitHub Desktop.
Esempio visualizzazione di un'immagine. Il nome del file deve avere la corretta estensione(può essere .jpg, .gif, .png,...) ed il file deve essere contenuto nella cartella in cui è contenuto "immagine.html" altrimenti è necessario specificare il percorso(PATH)
<html>
<body>
<img src="cane.jpg"/>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment