Explain how CSS classes can be manipulated in HTML using jQuery.

bookmark

jQuery allows for the manipulation of CSS classes in HTML through the use of the addClass(), removeClass(), and toggleClass() methods. The addClass() method is used to add a CSS class to an HTML element, while the removeClass() method is used to remove a CSS class from an HTML element.