at one time I saw a page that had a list of different codes to make text do different things for instance if I put < b > before my text it becomes bold. does anyone know what these codes are called and where I could find a list of them? thanks in advance!
Hey @MontanaSBC,
Those are HTML tags. The <b> tag is a deprecated HTML tag to make text bold. You may use the <strong> tag instead.
Here is a list of HTML tags you can use:
https://www.w3schools.com/tags/
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.