Allcaps - in CSS

In CSS

All caps can be specified in CSS using "text-transform: uppercase;". For example, the HTML

Jane Doe

renders as

Jane Doe

In many cases, this is better than typing text directly in capitals, because one can easily change text style—such as replacing all caps with bold or a colored font—if deemed necessary.

Read more about this topic:  Allcaps