This is an example of using a function to repeat
a commonly-used piece of HTML code.
<? PrintTitle("how it works"); ?>
Any time a title needs to be created, the
PrintTitle
function is called with the text of the title.
<? PrintTitle("advantages"); ?>
The code is more readable
Less text to type for each title
Easy to change every title
singke
(singke)
#1