Relative font sizes depend on another size. larger and smaller are relative to the parent element; percentages and em are also relative, while rem is relative to the root element.
Example text inside a 16px parent.
<p style="font-size:1.25rem">Relative-size 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.