HTML dalam fungsi PHP

<?php
function myFunction()
{
?>
	<p>Hello</p>
<?
}
<?
Button