<?php $a = 'Hello World!' //for echoing echo $a; ?> <!--shorthand on PHP x HTML templating--> <h1><?= $a; ?></h1>