h1 heading is only used for page title and not within a page
h2 heading - for an initial page heading
h3 heading - for subsequent sub-headings
p body text
- li unordered bullet list
- li unordered bullet list
- li ordered number list
- li ordered number list
Blockquote
The navigation link can be used as follows;
<div class="widget-row"> <div class="widget widget--landing-page-navigation"> <ul class="item-list"> <li> <a href="#">Landing page navigation link</a> </li> </ul> </div> </div>