Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html text transformation

<p style="text-transform: none;"> All letters will be displayed as entered by the developer. Default value </p>
<p style="text-transform: capitalize;"> All words will be capitalized </p>
<p style="text-transform: uppercase;"> All letters of all words will be in uppercase </p>
<p style="text-transform: lowercase;"> All letters of all words will be displayed in lowercase </p>
Source by learn.coderslang.com #
 
PREVIOUS NEXT
Tagged: #html #text #transformation
ADD COMMENT
Topic
Name
4+3 =