15
Sep 18The block comment tool
posted by bdinki20
So recently while I was working on the first project I was having trouble with some of the elements I inputed but I didn’t want to delete all the coding I did. But I learned for css you can make a block comment which can comment out everything. So instead of deleting the a bunch of css coding that you are not sure of, you can comment them out which will let them remain in the css, however it will not be read and imputed into the website. Its the same as the eyeball tool on illustrator or photoshop. Makes the elements appear invisible but it is still there.
the code is /*
and close with */