Fonction HTMLCorps  [HTML]

Description

Retourne le contenu de la balise <body> du HTML

Syntaxe

HTMLCorps(< HTML >)

  • < HTML > : Un texte au format HTML

Exemple

HTMLCorps(HTML("<html><head><meta http-equiv=""Content-Type"" content=""text/html"" /></head><body><span>toto</span></body></html>"))

Retourne

<span>toto</span>