Semantic HTML is the use of HTML markup to reinforce the semantics, or meaning, of the information in webpages and web applications rather than merely to define its presentation or look. (...) CSS is used to suggest its presentation to human users.[Wikipedia]
How do we call the act of writing/creating/applying CSS to existing semantic HTML code?
The matter may be further complicated by CSS being plural (Cascading Style Sheets), so a phrase like add a cascading style sheet does not work. Note that in general (and specifiacally in the case I am asking about) only one style sheet is added – it just happens to be using the CSS format.
Example text: Michael's site followed all HTML5 recommendations, so I just had to xxxxxx it.
The verb (phrase) would be specific to CSS (as opposed to other forms of formatting), and be parallel:
- Michael's shed was constructed with untreated wood, so I painted it.
- Michael's replacement parts are made of steel. I galvanize them before assembly.
- Michael's clothes were clean, but needed ironing to be presentable.