p-display is used to highlight and specify heading styling and hierarchy in documents.Recommendation
<!doctype html>
<html lang="en" class="scheme-light-dark">
<head>
<title></title>
</head>
<body class="bg-canvas">
<p-display>
The quick brown fox jumps over the lazy dog
</p-display>
<script>
</script>
</body>
</html>