The accompanying model shows how to set the text style stretch of a component. This property depends on the client's PC to have an extended or consolidated rendition of the textual style being utilized. Potential qualities could be ordinary, more extensive, smaller, ultra-dense, extra-consolidated, consolidated, semi-dense, semi-extended, extended, extra-extended, super extended. For example:
<!DOCTYPE html>
<html lang="en">
<head>
</head>
<body>
<p style="font-stretch: ultra-expanded;">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Nemo, id excepturi inventore non fugit rerum ratione est assumenda tenetur a! Id voluptas tempora est consequatur excepturi debitis, facere quo laudantium!
</p>
</body>
</html>
Output: