<div>
<p class="justify">
The HyperText Markup Language, or HTML is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets (CSS) and scripting languages such as JavaScript.
</p>
<p>
The HyperText Markup Language, or HTML is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets (CSS) and scripting languages such as JavaScript.
</p>
</div>
xxxxxxxxxx
div {
max-width: 24rem;
font-size: 14px;
font-family: Inter;
}
.justify {
text-align: justify;
text-justify: auto;
overflow-wrap: break-word;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.