1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-06 14:56:54 +02:00

Update html.html.markdown

This commit is contained in:
SmuSmu
2017-10-22 13:52:48 +02:00
committed by GitHub
parent 65d4f596cd
commit 2eb1aa6abd

View File

@@ -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