+ 8
What do you have to do to make somthing have color on a word in HTML?
8 odpowiedzi
+ 10
Just add it in the first tag of the element for example a paragraph.
<p color="red">Hello </p>
the word Hello in the paragraph Will be red now.
+ 5
please make your question more clear.
:)
+ 5
thank you ifl,Vincent schipper and and Paul grasser
+ 4
google is your best friend.......always google first
+ 4
u can add it in css with
selector{
color:your colour code;}
+ 3
You can either use an attribute in the html element around the text, or define the colour in CSS for that element.
+ 3
there are two ways:
1) <color=“red”>hello</color>
2 <style=“color:red”>
i hope you have been helpful