How can I change my font color with html?

前端 未结 4 1273
梦谈多话
梦谈多话 2021-01-21 06:46

I\'m making a web page where I want the color of the font to be red in a paragraph but I\'m not sure how to do this.

I was using FrontPage for building web pages before

4条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-21 07:13

    Your Text here

    But as others have by now said in more and better words: Even better than the above would be to use classes or IDs and assign the CSS-attributes to that instead of using the inline style.

提交回复
热议问题