Computer Applications
How do you make each word in a text start with a capital letter ?
- text-transform:capitalize
- text-transform:uppercase
- You can't do that with CSS
- text:capitalize
CSS
2 Likes
Answer
text-transform:capitalize
Reason — When the value of text-transform is set to capitalize, it will capitalize the first letter of each word.
Answered By
3 Likes
Related Questions
What is the correct CSS syntax to change the font name ?
- font-name:
- font:
- font-family:
- fontname:
Which HTML attribute is used to define inline CSS styles ?
- css
- style
- type
- id
What is the correct CSS syntax for making all the
<p>tag's font size 14px ?p {14px}p {font-size: 14px;}p {text-size: 14px;}p {font: 14px;}
Which CSS property controls the text size ?
- font-height
- text-size
- font-size
- text-style