The Bold element is used to draw the reader's attention to the element's contents.
Usage
Simple example of usage Bold
element.
use function Thermage\bold;
use function Thermage\render;
// ...
render (
bold('Stay RAD!')
);
Terminal
$ php thermage.php
Stay RAD!