The Underline element represents a span of inline text which should be rendered in a way that indicates that it has a non-textual annotation.
Usage
Simple example of usage Underline
element.
use function Thermage\underline;
use function Thermage\render;
// ...
render (
underline('Stay RAD!')
);
Terminal
$ php thermage.php
Stay RAD!