Created
June 11, 2012 15:39
-
-
Save coderjoe/2910719 to your computer and use it in GitHub Desktop.
Self closing HTML 4.01 transitional
This file contains 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" | |
"http://www.w3.org/TR/html4/loose.dtd"> | |
<html> | |
<head> | |
</head> | |
<body> | |
HTML Example: | |
<span style="color: green"><span style="color: red" /> | |
If self closing works this text should be green. | |
</span> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment