Text

Notes:

A Text Paragraph (or Copy) is the most common element on websites. AEM understands and translates a number of semantic formatting like bold, italic, underline, strike-through as well as subscript and superscript, which are translated to their respective semantic HTML tags of <strong>, <em>, <u>, <s>, <sup> and <sub>.

CSS styling may take hints from these formatting options and use them to express visually very different styling. Both a paragraph and line-feed are supported.

The first portion of the first text paragraph serves as the default description for the a page if nothing else is specified in metadata.

Example:

See Live output

Content Structure:

The content structure is based on the simple Normal Text paragraphs in word or google doc.

See Content in Document

Code:

As text is Default Content it is styled in project or block CSS code. There is usually no JavaScript code used.
This code is included in boilerplate, there is no need to copy it.

https://github.com/adobe/helix-project-boilerplate/blob/27e8571592220da8ded7c8a7e5064d982f7cfe76/styles/styles.css#L45-L51

recommendation-more-help
10a6ce9d-c5c5-48d9-8ce1-9797d2f0f3ec