CSS supports absolute-size keywords such as small, medium and large. They are valid CSS, but relative units such as rem often give authors more predictable control.
Example text
<p style="font-size:large">Large text</p>
Author & Instructor at plus2net
I write and maintain practical tutorials on Python, PHP, SQL, JavaScript, HTML, jQuery, and web development at plus2net. The tutorials focus on clear explanations, working examples, and code that readers can test and adapt while learning.