Assuming you have a basic understanding of HTML, let’s move on to styling text using HTML. To make text bold, use the < b > tag. This is what the code would look like:
This is an example of bold text.
To make text italic, use the < i > tag. This is what the code would look like:
This is an example of italic text.
To underline text, use the < u > tag. This is what the code would look like:
This is an example of underlined text.
All of these tags can be combined to create different effects.
This is an example of centered text.
This is an example of using a specific font.
How Do I Edit Text on Figma? – You can edit text by double-clicking on it or selecting it and then pressing the Enter/Return key. To style text, use the < b >, < i >, and < u > tags where applicable.