Div defines a rectangular region on the screen

<div style="color:#FF0000"> <p> This is red. </p> </div> <div style="color:#0000FF"> <p> This is blud. </p> </div>

This is red.

This is blud.