Skip to content

Instantly share code, notes, and snippets.

@georgemendonca
Created October 20, 2010 00:17
Show Gist options
  • Select an option

  • Save georgemendonca/635491 to your computer and use it in GitHub Desktop.

Select an option

Save georgemendonca/635491 to your computer and use it in GitHub Desktop.
Abertura e fechamento de uma tag HTML
<!-- Tags de abertura e fechamento -->
<tag1></tag1>
<!-- Tag sem fechamento -->
<tag2>
<!-- Forma correta de implementar uma tag sem fechamento -->
<tag3 />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment