A frustating thing I've noticed is that, I can't use the style property of HTML tags here.
For example : text
Code = <b style="font-size: 30px">text</b>
Here, the font-size property wasn't applied.
Now, this makes things harder.
Just for example,
A while ago, I wanted to set an image's style to inline-block
(in a post), but that did not work out. It rather showed the image in full width.
There are many more situations when style properties become quite too important.
Now tell me what I can do to set style properties for HTML tags in posts.