Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
Selected Reading
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>
Advertisements
