I have inserted the following code =>
<span style="font-size:12px;"><b>Name:</b></span></font><font size="1"><span style="font-size:12px;">Pratik</span>
However, when viewed in a browser (such as Outlook), it is being rendered differently, which is not my desired outcome.
<span style="font-size:13px;">
<div style="margin-top:14pt;margin-bottom:1em;"><br>
<font size="1"><span style="font-size:12px;"><b>Name:</b></span></font><font size="1"><span style="font-size:12px;"> Pratik</span></font></div>
</span>
Additionally, in Gmail, instead of displaying properly, extra spacing is added due to an issue with the HTML structure. I want to avoid email client-specific formatting and only display the content like in the first line.
How can I achieve this? Thank you.