0
How do l make my text bigger in HTML?
I want my text on the webpage to be bigger. What is the simplest CSS l can use to increase the font size
3 Respuestas
+ 2
Beyonce Ahiatsi
this will change the whole body of text to font-size 32px
body {
font-size:32px;
}
0
Use <b> and </b>



