In this tutorial I am going to show you how to highlight text on your website.
1- specific words or, 2- paragraphs with various background colors.
This way, you will be able to create highlighted boxes with important text inside or even buttons!
I'm going to show you how to do that by using inline CSS styling code in your text editor.
The first step in this tutorial will be to introduce you to a color tool , the Color picker. You could just go ahead and google it or click directly on this link. https://www.w3schools.com/colors/colors_picker.asp
What a color picker does, is help you find any color nuance that you like.
It provides you with a hexadecimal color code for each color you choose. We are going to use this code when writing our code.
So lets start coding :)
Click on Next page to learn how to highlight specific words in a paragraph.