+ 1
how to add both color and font style in one line in paragraph?
please answer my question
6 Answers
+ 3
I think you can write tow many times a tag
+ 3
the correct answer of this question is
<p style="color:red; font-family:courier;>
</p>
+ 2
You can do it like this:
<p style="font-family:arial;">Hello World.</p>
<font color="red">This is some text!</font>
+ 2
Or you can use css
0
you can also use bothb styles in the style tag like this:
<p style="font-family:Helvetica; color:red:">This is some text</p>
- 2
<body text="red">