Which is the correct way to assign two classes to an element?
class="red blue"
class="red, blue"
class="red+blue"
class="red blue".