Monday, April 15, 2019

36 Color the caption?

Here is the code:

<!DOCTYPE html>
<html>
<header>

</header>
    <body>
        <h1 style="color:white; background-color: black;">Where am I going?</h1>
        <h2 style="color: gold; background-color: grey;">Is it with you?</h2>
        <p mark style="background-color: rgb(255,0,0);"><b>GO HERE!</b></p>
        <p style="line-height: 3.0; background-color: lightgreen; color: grey;"> Or here?</p>
        <p style="background-color: pink;">A sailor went to sea, sea, sea</p>
        <p style="background-color: lightblue;">To see what he could see, see, see</p>
        <hr>
        <p style="background-color: rgb(120,120,120);">But all that he could see, see, see</p>
        <p style="color: white; background-color: rgb(25,25,25);">Was the bottom of the deep blue sea, sea sea</p>
        <p style="background-color:#787878;">Twinkle, twinkle, little star</p>
        <p style="background-color:#aaaaaa;">How I wonder what you are"</p>
        <p style="background-color:#bbbbbb;">Up above the word so high</p>
        <p style="background-color:#cccccc;">Like a diamond in the sky</p>
    </body>
        </html>

No comments:

Post a Comment