Highlights

Help bring important information immediately to the readers attention

HIGHLIGHTS

Simple way to bring attention

Highlighting text on a web page can help bring important information immediately to the readers attention e.g., “This text should is highlighted in yellow and probably caught your eye first.” To highlight text change the background-color style as shown in the example below using the <span> HTML tag.

< span style="background-color: #ffff00;">Yellow text.< /span>

Hello This text should is highlighted in blue. To highlight text change the background-color style as shown in the example below using the HTML tag.