setTitle('Ma première page Web objet'); $webpage->appendCssUrl('https://iut-info.univ-reims.fr/users/cutrona/intranet/but/s2/php-webpage/tests/style.css'); $webpage->appendCSS( <<appendJSUrl('https://iut-info.univ-reims.fr/users/cutrona/intranet/but/s2/php-webpage/tests/script.js'); $webpage->appendJS( <<escapeString(''); $webpage->appendContent( <<

Ma première page Web en PHP objet !

Vous êtes en train de lire votre première page Web écrite en PHP objet.

JavaScript URL
JavaScript inline
CSS URL
CSS inline
HTML ); $webpage->appendContent("

Vous êtes à la fin de $string."); echo $webpage->toHTML();