How to Change the Color of the Text on Your Web Page

We used to add some color to our pages with the <font> tag, but since that tag has been deprecated, we need to use CSS to change the color. Since CSS can be put inline, we could just add it to the style attribute of many of the HTML tags like this: <p style=”color: red”>My […]

How to Change the Color of the Text on Your Web Page Read More »