diff options
author | SmuSmu <SmuSmu@users.noreply.github.com> | 2017-10-22 13:52:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-22 13:52:48 +0200 |
commit | 2eb1aa6abdc07cf25d6706a0ed5f9963fdd60605 (patch) | |
tree | 559e31cc81e89bf6cf33c42a958aeaea7495ccb3 | |
parent | 65d4f596cd247dcea10b588987772e1e7972fabe (diff) |
Update html.html.markdown
-rw-r--r-- | html.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html.html.markdown b/html.html.markdown index 3c855b5c..6516e5dd 100644 --- a/html.html.markdown +++ b/html.html.markdown @@ -111,7 +111,7 @@ This article is concerned principally with HTML syntax and some useful tips. ## Usage -HTML is written in files ending with `.html`. +HTML is written in files ending with `.html` or `.htm`. The mime type is `text/html`. ## To Learn More |