Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!--JOHN MICHAEL GONZALES-->
- <!-- CUBAO BSIT -->
- <!-- ASSIGNMENT 1 -->
- <title>The Road Not Taken</title>
- <style>
- body {
- background-color: #F2F2F2;
- font-family: Arial, round;
- font-size: 14px;
- }
- h1 {
- font-family: Arial, round;
- font-size: 3em;
- color: #1AA2D1;
- background-color: #99EBF7;
- text-align: left;
- margin: 0;
- }
- p {
- font-family: Arial, round;
- font-size: 1.2em;
- margin: 0;
- padding: 0;
- text-indent: ;
- }
- .yellow {
- color: #F1C40F;
- font-weight: bold;
- }
- </style>
- </head>
- <body>
- <h1>The Road Not Taken</h1>
- <br>
- <p>Two roads diverged in a yellow wood,<br>
- And sorry I could not travel both<br>
- And be one traveler, long I <strike>stood</strike><br>
- And looked <span style="background-color: #FFFF00">down</span> one as far as I could<br>
- <strong>To where it bent in the undergrowth; </strong></p>
- <br>
- <p>Then took the other, as just as fair,<br>
- <span style="color: #3BF4C4">And having perhaps the better claim,</span><br>
- Because it was <span style="color: #069684;font-size:4vw; ">grassy</span> and wanted wear;<br>
- Though as <strong>for</strong> that the passing there<br>
- Had worn them really about the same,</p>
- <br>
- <p>And both that <span style="color: #F9BC64"> morning equally lay</span>
- <br>
- <br>
- <p style="color: #396FEB; background-color: #F9B637">
- In leaves no step had trodden black.<br>
- Oh, I kept the first for another day!<br>
- Yet knowing how way leads on to way,<br>
- <br>
- <strong>I doubted if I should ever come back.</strong></p>
- </p>
- <br>
- <p>I shall be telling <sup>t</sup>h<sub>is</sub> with a <strike><sup><i>sigh</i></sup></strike><br>
- <sup>S</sup>o<sub>m</sub>e<sup>w</sup>h<sub>e</sub>r<sub>e</sub> <strong>a</strong>ges and <strong>a</strong>ges he<sup>nc</sup>e:<br>
- <br>
- Two <span style="color: red;font-size:4vw; ">r<sub>o</sub>a<sup>ds</sup></span> diverged in a <span style="color: #90510D;font-size:4vw; ">w<sup>o</sup>o<sub>d,</sub></span> and Iā<br>
- I took the o<span style="background-color: #FFFF00">ne</span> less traveled by,<br>
- <br>
- <span style="font-size:4vw;"> <strong>And</strong></span> that has <span style="background-color: #FFFF00">"made" all</span> <u> <i>the difference.</i></u></p>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment