summaryrefslogtreecommitdiffhomepage
path: root/html.html.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'html.html.markdown')
-rw-r--r--html.html.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/html.html.markdown b/html.html.markdown
index 3c855b5c..04b9f501 100644
--- a/html.html.markdown
+++ b/html.html.markdown
@@ -1,6 +1,6 @@
---
language: html
-filename: learnhtml.html
+filename: learnhtml.txt
contributors:
- ["Christophe THOMAS", "https://github.com/WinChris"]
translators:
@@ -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