How to align the text center in Note

In Note, you can use DIV HTML tag to align the text center. The syntax example is following.

<div style="text-align:center">
(text you want to align center) 
</div>

1 Like