Answer :
Final answer:
To make different font sizes in HTML, use the font-size property in CSS.
Explanation:
To make different font sizes in HTML, you can use the font-size property in CSS. This property allows you to specify the size of the text in pixels, percentages, or other units. Here's an example:
This text has a font size of 16 pixels.
In this example, the text within the
tags will be displayed with a font size of 16 pixels.
Learn more about CSS font-size here:
https://brainly.com/question/35865868
#SPJ11