Computer Science, asked by adhtithyan10, 1 year ago

How the text in a webpagecan be capitalized using CSS properties?
plz explain it plz plz plz.

Answers

Answered by vishal8663
0

text-transform: uppercase;


adhtithyan10: can you please explain it more?
Answered by Anonymous
0

Answer:

Using Uppercase

In this CSS text-transform example, we have used the CSS text-transform property to change all text in the <h1> tag to uppercase. This allows you to quickly change the display of the <h1> tag without having to edit your HTML pages.

Similar questions