Content Grouping
Tags
Examples
<messageML>
<h1>Heading texts</h1>
<h1>This is a h1 heading text</h1>
<h2>This is a h2 heading text</h2>
<h3>This is a h3 heading text</h3>
<h4>This is a h4 heading text</h4>
<h5>This is a h5 heading text</h5>
<h6>This is a h6 heading text</h6><br/>
<h1>Paragraphs</h1>
<p>This is a paragraph.</p>
<div style="color:red;">
<p>This is a paragraph enclosed in a div that allows its text to be red.</p>
</div><br/>
<h1>Horizontal Rule</h1>
Below you can see an horizontal rule<hr /><br/>
<h1>Lists</h1>
This is an unordered/bullet list:
<ul>
<li>Item 1</li>
<li>Item 2</li>
</ul>
This is a numbered list:
<ol>
<li>Item 1</li>
<li>Item 2</li>
</ol><br/>
<h1>Cards</h1>
<card accent="tempo-bg-color--blue">
<header>This is the header of a card</header>
<body>This is the body of a card</body>
</card>
<expandable-card state="expanded">
<header>This is the header of an expanded expandabled-card</header>
<body variant="error">This is an error variant of the body of an expanded expandable-card</body>
</expandable-card>
</messageML>
Last updated
Was this helpful?
