I am currently working on a software project for school using PHP, HTML, and CSS. All the examples I find online display the PHP and HTML in the same file. I know that there are advance frameworks that allow me to decouple the PHP and HTML but I am looking for a simple and easy way to focus the responsibilities of the two independently.
How can I separate my HTML and PHP without the use of a framework?