The Text block is a basic block that you will use to write text for your content. You can style your text color and size easily.
- Text Inline - this block creates a minimal text that flows inline with other inline elements. This block wraps the content in a SPAN tag.
- Text Block - this block creates a boxed text that takes up the entire width of the container. This block wraps the content in a DIV tag.
- Paragraph - this block creates a boxed text that takes up the entire width of the container and typically has top and bottom margins. This block wraps the content in a P tag.