Can comments be used to temporarily disable script and style tags?
- No, not for any tags.
- Yes, but only for script tags.
- Yes, but only for style tags.
- Yes, for both script and style tags.
In HTML, comments can be used to temporarily disable or "comment out" portions of the code, which includes both