Which of the following is the correct way to add three classes to an element?

class="one two three"class=(one two three)class={one two three}class=[one two three]

class="one two three".