1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-08 07:46:46 +02:00

Merge pull request #3280 from neslinesli93/update-html-italian

[html/it-it] Add info about html MIME type and fix #3074
This commit is contained in:
Divay Prakash
2018-10-11 14:55:12 +05:30
committed by GitHub

View File

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