- Forums
- HTML
- How To Put Comments In A CSS Style Sheet File Tutorial Guide
putting comments in your css files is very useful like any other programming language, this page will show you how to put comments in your CSS Style Sheets files [739], Last Updated: Sat May 18, 2024
wallpaperama
Wed Nov 26, 2008
0 Comments
875 Visits
if you want to know how you can put comments on a css style shee its simple
if you are familiar in putting coments with php, you can use the same format with Cascading Style Sheets with the /* */
so lets say for example i want to put these comments in a style shee file, this is how i would put my comments:
/* Get Free Wallpapers At Wallpaperama.com */
as you can see, commenting a Cascading Style Sheet is pretty simple.