1 2 3 4 5 6 7 8
<!DOCTYPE html> <body> <div>First</div> <div style="color: green"> Second <div style="text-decoration: underline">Third</div> </div> </body>