Skip to content

Instantly share code, notes, and snippets.

@coderjoe
Created June 11, 2012 15:39
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 coderjoe/2910719 to your computer and use it in GitHub Desktop.
Save coderjoe/2910719 to your computer and use it in GitHub Desktop.
Self closing HTML 4.01 transitional
<!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