The <p> tag is used to define a paragraph in HTML. It creates a block of text with automatic spacing before and after it.
Each <p> tag starts on a new line and has default margin.
<p class="custom-text">Styled paragraph</p> .custom-text { color: blue; font-size: 18px; line-height: 1.5; text-align: justify; }
Text Überschrift 6