Syntax error Font size adjust of an element with CSS

Font size adjust of an element with CSS



This property enables you to adjust the x-height to make fonts more legible. Possible value could be any number.

Example

<html>
   <head>
   </head>
   <body>
      <p style = "font-size-adjust:0.91;">
         Asia is a continent.
      </p>
   </body>
</html>
Updated on: 2020-01-30T10:35:27+05:30

218 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements