Skip to content

Code Snippets

handy quick code snippets to save time

  • Home

commenting in code

Posted on 9 November 20237 March 2024 by LouiseF

HTML

<!-- stuff here -->

CSS

/* stuff here */

PHP

// (for a single line comment



/* for multiple line comments */
Posted in commenting, Uncategorized

Post navigation

Previous: cookie bar
Next: back-to-top button