+ 4
Can we change the colours of text?
4 ответов
+ 9
Just use CSS.
For eg:
Hello <span style="color:green;"> World </span>
+ 5
Just use the attribute with in the Tag. .
Example..
You want to change the color of a paragraph then...
<p textcolor="Red"> Sarthak Mund S3 </p>
& you also use the CSS for chng the color...
Example..
<p Style="color:Red"> Sarthak Mund S3 </p>
In the both example..
O/p is..
Sarthak Mund S3
But apper in the Output Screen in RED color...
+ 2
just use attribute
textcolor= green
+ 2
Please finish and study the HTML course.
This is a bit outdated, but you would generally start here:
https://www.sololearn.com/learn/HTML/1036/?ref=app
But best practice is to use CSS:
https://www.sololearn.com/learn/CSS/1089/?ref=app