Think of a caption as a text that introduces your content. Post text that explains any features of the content you posted to use this function. You can also enter links to your past content and links to other users’ content as well.
By using tags you can change or emphasize the color of caption's text.
■Changing the color of text
<span style="color:○○○;">Text</span>
Replace ○○○ with a color codes.
Basic color codes that can be used as text colors
<span style="color:#7f7f7f;">■</span> #7f7f7f
<span style="color:#bfbfbf;">■</span> #bfbfbf
<span style="color:#fe3a20;">■</span> #fe3a20
<span style="color:#febc15;">■</span> #febc15
<span style="color:#bfbd00;">■</span> #bfbd00
<span style="color:#53c900;">■</span> #53c900
<span style="color:#00c1ff;">■</span> #00c1ff
<span style="color:#f97ff8;">■</span> #f97ff8
<span style="color:#8d0000;">■</span> #8d0000
<span style="color:#d9944f;">■</span> #d9944f
<span style="color:#867c2f;">■</span> #867c2f
<span style="color:#008e46;">■</span> #008e46
<span style="color:#303acc;">■</span> #303acc
<span style="color:#bf2d96;">■</span> #bf2d96
<span style="color:#3e027d;">■</span> #3e027d
■Bold text
<strong>Text</strong>
■Italic (slanting text)
<i>Text</i>
■Strike-through
<s>Text</s>