Formatting Text: Difference between revisions
Jump to navigation
Jump to search
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 | |- | ||
< | | Bold Text || <nowiki><b>Bold Text</b></nowiki> || <b>Bold Text</b> | ||
<b>Bold Text</b> | |- | ||
</ | |} | ||
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 |