DocHub is an all-in-one PDF editor that lets you black out comment in html, and much more. You can highlight, blackout, or erase paperwork fragments, add text and pictures where you need them, and collect information and signatures. And because it runs on any web browser, you won’t need to update your software to access its powerful features, saving you money. With DocHub, a web browser is all it takes to make changes in your html.
Sign in to our service and follow these steps:
It couldn't be simpler! Improve your document processing today with DocHub!
Wow hey troopers whatamp;#39;s going on Iamp;#39;m Sean from the net ninja and this is CSS for beginners lesson seven CSS comments Wow so before we go any further with this course I just wanted to go through comments and how we use comments in CSS now they can be used for a variety of things that can be used to make notes for yourself so you remember to add certain styles that can be used to split your CSS file up into logical areas loads of different things and basically itamp;#39;s a way of adding text to a CSS file without the browser looking at that text and doing anything with it so itamp;#39;s not going to screw up your page okay so the syntax of a comment is pretty simple all we do is put a forward slash then we put this asterisk sign to open a comment and you can see now everything is grayed out here and this is being construed as a comment by the CSS file now to close the comment we do an Asterix again and forward slash again and you can see if things come back in color he