I am starting to pull independent HTML snippets into my own files and include them using the PHP keyword include.
I have a CSS file about 1,500 lines long. "I'm considering embedding inline CSS with relevant HTML files.
Of course, leaving the components that are used in different blocks of HTML.
This way I have HTML / CSS modular blocks that I just include on the server using PHP include
Is this the best practice? Yes / no why
user656925
source
share