In previous lessons, we focused on color. In this lesson, we’ll see how to color text.
Let’s revisit our example and insert the new font color command followed by the Hexadecimal Code that will determine the font color:
font color=”#ff0000”> Here is my first text
Our text will be written in red. Now, let’s divide our text and assign it multiple colors.
Here is the my first
In this way, we have also included the use of the p tag reserved for paragraphs.
Pubblicato in HTML & CSS
Be the first to comment