How to assign multiple classes to an HTML container?

ARGO picture ARGO · Jan 4, 2012 · Viewed 620.2k times · Source

Is it possible to assign multiple classes to a single HTML container?

Something like:

<article class="column, wrapper"> 

Answer

Aurelio De Rosa picture Aurelio De Rosa · Jan 4, 2012

Just remove the comma like this:

<article class="column wrapper">