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
Create a small-caps effect for CSS
To create a small-caps effect, use the font-variant property.
Example
You can try to run the following code to learn how to work with font-variant property in CSS:
<html> <head> </head> <body> <p style = "font-variant:small-caps;"> Asia, Antartica, Africa are continents </p> </body> </html>
Advertisements
