Extremely Important Note: The <Tag></Tag> will not show. Only the text inside it will. Mine is showing as I used a method that allows it to stay: (It is: < and >) (In html, its how you make < and > without affecting tags.) normal html just uses < and >. No fancy shenanigans.
H1 - H6 tags
<h1>Example of a H1 tag.</h1>
<h2>Example of a H2 tag.</h2>
<h3>Example of a H3 tag.</h3>
<h4>Example of a H4 tag.</h4>
<h5>Example of a H5 tag.</h5>
<h6>Example of a H6 tag.</h6>
Formatting Text Tags
Normal unformatted text for comparison. <i>Some text affected by the tag</i> <em>Some text affected by the tag</em> <b>Some text affected by the tag</b> <strong>Some text affected by the tag</strong> <small>Some text affected by the tag</small> <sup>Some text affected by the tag</sup> <sub>Some text affected by the tag</sub> <ins>Some text affected by the tag</ins> <del>Some text affected by the tag
</code>
<kbd>Some text affected by the tag</kbd>
<q>Some text affected by the tag</q>
Miscellaneous Tags
^-- The line across the page was made with the <hr/> tag. (It doesn't have an ending tag.)
Drop Down (This Drop down thing)
<details><summary>Title for DropDown.</summary> A bunch of that is inside the drop down. </details>If you know any more tags that work in WeMod, comment below! I will add them to the list.