Instead of using echo, how to display string from php to html?

Viewed 20

How to add display string to HTML. I want to add styles of it.

<?php

$hourMin = date('H');
echo $hourMin;
    
?>
0 Answers
Related