diff options
author | Tommaso <p.tommy93@gmail.com> | 2018-10-10 22:29:03 +0200 |
---|---|---|
committer | Tommaso <p.tommy93@gmail.com> | 2018-10-10 22:29:03 +0200 |
commit | 576c9a33b6bd9004bf187323745da1e28d82614d (patch) | |
tree | 867d1b26eb5af203d11ed07fea15a82a9b5e93aa /it-it/html-it.html.markdown | |
parent | 4e7e512e18a5ca3f061b76a49d29dfdf4bd15bfd (diff) |
[html/it-it] Add info about html MIME type and fix #3074
Diffstat (limited to 'it-it/html-it.html.markdown')
-rw-r--r-- | it-it/html-it.html.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/it-it/html-it.html.markdown b/it-it/html-it.html.markdown index 471019a1..8f7391a2 100644 --- a/it-it/html-it.html.markdown +++ b/it-it/html-it.html.markdown @@ -1,6 +1,6 @@ --- language: html -filename: learnhtml-it.html +filename: learnhtml-it.txt contributors: - ["Christophe THOMAS", "https://github.com/WinChris"] translators: @@ -112,7 +112,7 @@ Questo articolo riguarda principalmente la sintassi HTML ed alcuni suggerimenti ## Uso -HTML è scritto in files che finiscono con `.html`. +HTML è scritto in files che finiscono con `.html` o `.htm`. Il "MIME type" è `text/html`. ## Per saperne di più |