0
how can i make the same color of whole program,s font in html.sorry for my bad english
4 Respuestas
+ 1
Put them inside style attribute
+ 1
Same font color ?
inside body in css, use color: red
Or any color you like
+ 1
u means like this:
<p style="color:blue">Hello </p>
0
is it possible in html instead of css