The HTML thing I'm using says to use:
<p style="font-family:times;color:green">
This text is in Times and green.</p>
BUT,
I like this one better. It seems better to me. Is it acceptable to use or is it not good? I want to use "proper" HTML, not "slang" HTML.
<p style="font-family:times;color:green">This text is in Times and green.</p>
....
<p style="font-family:times;color:green">
This text is in Times and green.</p>
BUT,
I like this one better. It seems better to me. Is it acceptable to use or is it not good? I want to use "proper" HTML, not "slang" HTML.
<p style="font-family:times;color:green">This text is in Times and green.</p>
....