Last active
August 29, 2015 14:04
-
-
Save octavian-nita/335fe5117d11fe44b5a2 to your computer and use it in GitHub Desktop.
HTML 4.01 strict template [deprecated]
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 HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
| <html> | |
| <head> | |
| <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
| <title>An HTML 4.01 Strict document</title> | |
| </head> | |
| <body> | |
| <p>... The document content goes here ...</p> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment