1. CSS uses the C-like "comment block"-style comments /*---*/. This allows for multi-line comments, and you can quickly use it to disable portions of your code ... 2. Only the parts of your page that are processed as CSS will support the comments. This means they will work in your CSS style page, as well as the 3. One of the more important uses for comments is to prevent pieces of code from being processed. This is great for testing changes and debugging code.
確定! 回上一頁