Created
October 20, 2010 00:17
-
-
Save georgemendonca/635491 to your computer and use it in GitHub Desktop.
Abertura e fechamento de uma tag 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
| <!-- 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