Created
April 10, 2009 19:54
-
-
Save codingisacopingstrategy/93262 to your computer and use it in GitHub Desktop.
Example of html file for a course I’m giving
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
<!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