What is the difference between uppercase and lowercase?
Upper Case: THIS IS UPPER CASE
Lower Case: this is lower case
Example:
<html> <head> <style> .height_set { text-transform: uppercase; }.forLower { text-transform: uppercase; } .forCapitalize <div class=”forLower”>this is lower case representation.</div> <div class=”forCapitalize”>this is capitalize representation.</div></h1> |
Output:
THIS IS UPPER CASE REPRESENTATION
this is lower case representation.
This Is Capitalize Representation.
Latest posts by Prof. Fazal Rehman Shamil (see all)
- List of Public service commissions - August 31, 2020
- Comparison of fee structure of Pakistani Universities - June 1, 2020
- Past Guess Paper of Auditing - May 12, 2020