Result Size: 1264 x 19
x
 
<!DOCTYPE html>
<html>
<body>
<?php
// имя константы без учета регистра
define("GREETING", "Welcome to W3Schools!", true);
echo greeting;
?>
</body>
</html>
                
Welcome to W3Schools!