PHP programs, or scripts as they're called, start with an opening tag and end with a closing tag.

Can you spot the two tags in this script?

<?php and ?>echo and ;

That's right! These tags form the beginning and the end of every script.

We're looking for an opening tag and a closing tag, no?