Warning: Trying to access array offset on value of type null in /data/websites/htmlit/web/app/themes/htmlit/src/ViewModel/Post/Templates/SingleGuide.php on line 113

Warning: Trying to access array offset on value of type null in /data/websites/htmlit/web/app/themes/htmlit/src/ViewModel/Post/Templates/SingleGuide.php on line 113

Warning: Trying to access array offset on value of type null in /data/websites/htmlit/web/app/themes/htmlit/src/ViewModel/Post/Templates/SingleGuide.php on line 113

Warning: Trying to access array offset on value of type null in /data/websites/htmlit/web/app/themes/htmlit/src/ViewModel/Post/Templates/SingleGuide.php on line 113

Warning: Trying to access array offset on value of type null in /data/websites/htmlit/web/app/themes/htmlit/src/ViewModel/Post/Templates/SingleGuide.php on line 113

Warning: Trying to access array offset on value of type null in /data/websites/htmlit/web/app/themes/htmlit/src/ViewModel/Post/Templates/SingleGuide.php on line 113

Warning: Trying to access array offset on value of type null in /data/websites/htmlit/web/app/themes/htmlit/src/ViewModel/Post/Templates/SingleGuide.php on line 113

Warning: Trying to access array offset on value of type null in /data/websites/htmlit/web/app/themes/htmlit/src/ViewModel/Post/Templates/SingleGuide.php on line 113
Caratteri speciali ed escape dell'XML 1.0 | HTML.it
Nessun risultato. Prova con un altro termine.
Guide
Notizie
Software
Tutorial
  • Lezione 27 di 30
  • livello principiante
Indice lezioni

Caratteri speciali ed escape dell'XML 1.0

La bibliografia per saperne di più e appronfondire gli argomenti di questo tutorial
La bibliografia per saperne di più e appronfondire gli argomenti di questo tutorial
Link copiato negli appunti

Il seguente elenco può essere prezioso, soprattutto perché sono indicati non solo i caratteri, ma anche il loro codice ASCII (in poche parole il numero da digitare assieme al tasto "alt"):

speciali:

  à Ã    (199)
  è è   (199 + 249)
  è Ã(c) (189 + 184)
  ù ù   (199 + 251)
  ò ò   (199 + 253)
  ì Ã    (199 + 170)

escape: identici a quelli dell'HTML

  < &lt
  > &gt
  & &amp

Ti consigliamo anche