There was a time when you could do this in JS:
document.body.innerHTML = "Hello World".fontsize(7);
And it would write this into the body:
<font size="7">Hello World</font>
Actually, that time is now. You can still do this, although it's deprecated, along with a bunch of really intriguing String methods like String.big(), String.anchor(), String.blink(), String.italics(), and more.
@patrickbrosset That's so cool! I had no idea
@patrickbrosset Reminds me of SwiftUI