The Italic element represents a range of text that is set off from the normal text for some reason, such as idiomatic text, technical terms, taxonomical designations, among others. Historically, these have been presented using italicized type, which is the original source of the Italic naming of this element.
Usage
Simple example of usage Italic
element.
use function Thermage\italic;
use function Thermage\render;
// ...
render (
italic('Stay RAD!')
);
Terminal
$ php thermage.php
Stay RAD!