The content of this article or any related information is under the Creative Commons license BY, you can republish this content freely but you must mention the author of this article: geraldsmith and indicate the URL of this page: https://www.exabyteinformatica.com/tienda/foro/styling-html-with-php-t1570.html
Hello,
I've been working on the way I generate HTML with PHP, and to facilitate and normalize just that I've made a simple HTML_Element class, which represents a tag along with it's contents, attributes and so on. In the future, I want to be able to have individual modules which I can use anywhere without them interfering with each other, and right now the only obstacle to that, really, is CSS since it can never be scoped and I always have to keep in mind every single name in the CSS namespace so certain rules don't "bleed" to where they shouldn't. As mostly a C++ programmer, I'm not used to dealing with scoping and naming issues, as well as separating such interconnected layout aspects as HTML and CSS are, and though I understand why CSS is the way it is, it is by far the thing that bothers me the most in web development.
Thanks
About Me: I have worked with multiple firms
You can check 2d animation video, one of my work.
No te pierdas el tema anterior: How to convert HTML file to PDF with Dompdf library
Salta al siguiente tema: Curso completo GRATIS de PHP y MySQL
Quizás también te interese: