Create a simple webpage (body can be paragraphs of lorem text), then move the head section and the body to seperate PHP files. Use require_once to include them in the main file and verify the page is constructed properly.
This lesson covers using require_once to include code from external files.