I am encountering an issue with my HTML code:
<div class="a"><font size="40"><font
color="black">A</font></font></div>
No matter what I try, I cannot seem to increase the font-size. Even adjusting the value in the code from 40
to 50
does not make a difference.
I attempted to add the following CSS:
.a {font-size: 50px;}
Unfortunately, this had no effect on the font size.
You can view the page here: