Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP CRUD Operations with PHP Creating Records Accepting User Data

Raphaël Seguin
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Raphaël Seguin
Full Stack JavaScript Techdegree Graduate 29,228 Points

CSS in PHP : where is the stylesheet linked ?

Hi all, I looked in every file in the CRUD in PHP course and I see no link to the style.css stylesheet. Still the style is applied, so where does it happen ? Thank you.

1 Answer

It's included in inc/header.php which includes all of the tags for opening up a HTML file (opening HTML tag; head with meta tags for the title and stylesheets, favicon, etc.; body tag, and opening div with a class of content)

Footer includes the closing div with a class of content; footer section with; closing body tag; and closing HTML tag