Does not work php in html

https://webfortestingphp.000webhostapp.com/
does not work php in html

I have a lot of lines like <? if (mysqli_num_rows($users) > 0) { ?>

Please tell me what am I doing wrong?

@the_veronika Avoid using php short tags, instead try the below:

<?php (your functions) ?>