'font-size' Example : font size « CSS « HTML / CSS






'font-size' Example

  
    
<html>
<body>
<p style="font-size:14pt">This text will be rendered in 14pt size.</p>
<hr>
<div style="padding:10px;"
     onmouseover="this.style.fontSize='16pt'"
     onmouseout="this.style.fontSize='12pt'">
     Move the mouse pointer to change the font-size value.</div>
</body>
</html>

    
      
        
    
  








Related examples in the same category

1.font-size: 18px
2.font size: small
3.Set font size to 6em
4.Percentange larger
5.Percentange smaller
6.Font size relative selector
7.font-size larger is incremental
8.font-size smaller is incremental
9.font-size: from 24pt to 7pt
10.font-size percent
11.font-size: smaller
12.font-size: larger
13.The larger and smaller keywords of the font-size property function using the scaling factor of 1.2.
14.This font is 1.2 times the default font, or 20 pixels
15.Percentage font sizes apply a font size relative to the parent element's font size.
16.Make font sizes smaller by percentage.
17.font-size: xx-small;
18.font-size: x-small;
19.font-size: small;
20.font-size: medium;
21.font-size: large;
22.font-size: x-large;
23.font-size: xx-large;
24.font-size: larger;
25.font-size: smaller;
26.font-size: 150%; (50% larger)
27.font-size: 75%; (25% smaller)
28.font-size: 1.5em; (50% larger)
29.font-size: 0.75em; (25% smaller)
30.font-size: 100px;
31.font-size: 20px;
32.font size relative length unit
33.font size relative larger
34.font size relative smaller
35.font size absolute keywords
36.font is 150% of the size of the user's font size preferences.
37.Font minimal value
38.This font is 90% of the 18 pixel size specified
39.font relative size
40.Font absolute measurements
41.Font relative sizes
42.font size: pixel, point, inch, mm and em, ex
43.Font percentages
44.font-stretch values
45.font size settings
46.font size with minimal values
47.Set font size to 90% for paragraph
48.Set font size to 120% for H1
49.font size percentage smaller
50.font size percentage larger
51.font size with relative keyword
52.font size and relative keyword: larger and large
53.font-size:20px; assigns a length of 20 pixels to font-size.
54.Set font size to small
55.Set font size to 1.2em
56.Font size with calculation
57.font-size: xx-small
58.Two typefaces with different x-heights shown at the same font-size
59.Set body font size
60.Nested font size
61.Paragraph text is black and in 12pt font
62.Font size by Absolute Sizes
63.Font size by Pixels
64.Font size by Points
65.Relative Font Sizes
66.Font size by Ems
67.Font size by Ex
68.Font size by percentage
69.Relative font size
70.This font is 24 pixels tall and this div is 3 ems tall