Skip to content

Instantly share code, notes, and snippets.

@remediation-html
Created November 16, 2022 04:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save remediation-html/2f47b556af57dae619c3acc9a6cac4d7 to your computer and use it in GitHub Desktop.
Save remediation-html/2f47b556af57dae619c3acc9a6cac4d7 to your computer and use it in GitHub Desktop.
text labels. use it in a compiler or website and play around with the text inside of the brackets <>
<b> The B function is bold</b>
<strong>This text is strong</strong>
<i>The I function is italic</i>
<h2>HTML <mark>Marked (highlighted)</mark> Formatting</h2>
<p>This is <sup>superscripted (lifted)</sup> text.</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment