Image may be NSFW.
Clik here to view. You can use HTML tags inside PHP echo function. Look below examples of echo function with html tags.
Using HTML heading tag.
<?php echo "<h2>Hello world!! I an learning php</h2>"; ?>
Using HTML break line tag.
<?php echo "Hello, how are you <br />"; echo "Hi, I am good, how are you"; ?>