HTML5 equivalent to ?

1 day ago 1
ARTICLE AD BOX

I stole some HTML code from a random website to have a table of all ASCII characters for myself as a file in my computer. This table uses deprecated stuff like <font> which I want to fix so it works with the latest version of HTML. The issue is that when I exchange all the 1542 font tags with CSS (font-size: number) the size of the text increases.

What formula can be used to convert <font size="number"></font> to font-size: other_number?

Read Entire Article