Skip to content

Instantly share code, notes, and snippets.

@roundcorners
Created November 4, 2011 13:27
Show Gist options
  • Save roundcorners/1339303 to your computer and use it in GitHub Desktop.
Save roundcorners/1339303 to your computer and use it in GitHub Desktop.
A simple XHTML document where a fieldset has no legend element
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>test</title>
</head>
<body>
<fieldset>
</fieldset>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment