It is common to find developers who go around changing their HTML in order to apply a certain style. In general, let the styling be handled by CSS, and structure your HTML in a way that makes sense semantically. There are exceptions to this rule, but always ensure that the adopted structure does not violate any HTML semantic rules. Write your HTML first with content in mind, not styling.