Formatting Text: Difference between revisions

From Riverview Legal Group
Access restrictions were established for this page. If you see this message, you have no access to this page.
Line 8: Line 8:
==Basic HTML Text Editing==
==Basic HTML Text Editing==


 
{| class="wikitable"
 
!colspan="6"| Format || Code || Result
Bold:
|-
<pre>
| Bold Text || <nowiki><b>Bold Text</b></nowiki> || <b>Bold Text</b>
<b>Bold Text</b>
|-
</pre>
|}
 
Results:
 
<

Revision as of 18:09, 10 August 2021

Text Formatting Help

Basic HTML Text Editing

Format Code Result
Bold Text <b>Bold Text</b> Bold Text