Skip to content

Instantly share code, notes, and snippets.

@codingisacopingstrategy
Created April 10, 2009 19:54
Show Gist options
  • Save codingisacopingstrategy/93262 to your computer and use it in GitHub Desktop.
Save codingisacopingstrategy/93262 to your computer and use it in GitHub Desktop.
Example of html file for a course I’m giving
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Flamingos</title>
</head>
<body>
<p>Flamingos or flamingoes[1] ( pronunciation (help·info)) are gregarious
wading birds in the genus Phoenicopterus and family Phoenicopteridae. They are
found in both the Western Hemisphere and in the Eastern Hemisphere, but are more
numerous in the latter. There are four species in the Americas and two species
in the Old World. Two species, the Andean and the James's Flamingo, are often
placed in the genus Phoenicoparrus instead of Phoenicopterus.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment