The add-on allows lowercase, uppercase or a mix of both tags.
Tags are displayed using CSS
CSS
text-transform: capitalize;
, which capitalizes the first letter of every word. This is merely visual.
The add-on allows lowercase, uppercase or a mix of both tags.
Tags are displayed using CSS
text-transform: capitalize;
, which capitalizes the first letter of every word. This is merely visual.