There are a few ways that you can get a white outline on Canva. One way is to use the “Stroke” tool. With the “Stroke” tool selected, click on the color picker and choose white. Then, adjust the stroke width to your liking.
Another way to get a white outline is to use the “Outline” tool. With the “Outline” tool selected, click on the color picker and choose white. You can also adjust the stroke width with this tool.
If you want to style text in HTML using < p >, < b > and < u > tags, you can do so by enclosing the text you want to style in these tags. For example, if you want to make a paragraph bold, you would enclose the paragraph in < b > tags like this: < b >This is a bold paragraph.< /b > If you want to underline text, you would use < u > tags like this: < u >This text is underlined.< /u > And if you just want to style a paragraph without making it bold or underlining it, you would use < p > tags like this: < p >This is a paragraph.< /p >