HTML CSS Reference/HTML Attributes Reference/point size
"point-size" Example
<HTML>
<head><Title>Example For point-size</Title></head>
<BODY>
<font point-size="3" face="Verdana">Sample text</font>
</BODY>
</HTML>
point-size is applied to
+----------------+--------------------------------------------------------------+
| Applied_To |<font> |
+----------------+--------------------------------------------------------------+
"point-size" Syntax and Note
Note:
This attribute indicates the point size (1-7) of a font.
Syntax:
<font point-size="value"> . . . </font>