Always separate the code logic from the data presentation and the data presentation from the presentation styles.
- Stop mixing PHP with HTML! → UseTwig template engine instead.
- Stop mixing CSS with HTML! → Remove completely
style
attribute from tags in page content and learn to useclass
instead.
Follow this rule if you want to save the World Wide Web.
Top comments(0)
Subscribe
For further actions, you may consider blocking this person and/orreporting abuse