How do I format text and headings with profile HTML?
Use simple semantic tags to make your MyPlanet About section easy to scan.
Example
<h2>Welcome to my page</h2>
<p>I make <strong>music</strong>, share <em>photography</em>, and love <u>community events</u>.</p>
<p>Based in Atlanta.<br>Always open to collaborations.</p>
You can use <strong> or <b> for bold, and <em> or <i> for italic. Available heading levels are <h2>, <h3>, and <h4>.
Keep headings short and use paragraphs for the details. This makes the page easier to read on phones and desktops.
FAQ Categories:
Profile HTML & Icons
FAQ Type:
None