mikeyworx

INWEDES ASS 1

Apr 3rd, 2023 (edited)
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.30 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <!--JOHN MICHAEL GONZALES-->
  5.     <!-- CUBAO BSIT -->
  6.     <!-- ASSIGNMENT 1 -->
  7.     <title>The Road Not Taken</title>
  8.     <style>
  9.         body {
  10.             background-color: #F2F2F2;
  11.             font-family: Arial, round;
  12.             font-size: 14px;
  13.         }
  14.         h1 {
  15.             font-family: Arial, round;
  16.             font-size: 3em;
  17.             color: #1AA2D1;
  18.             background-color: #99EBF7;
  19.             text-align: left;
  20.             margin: 0;
  21.         }
  22.         p {
  23.             font-family: Arial, round;
  24.             font-size: 1.2em;
  25.             margin: 0;
  26.             padding: 0;
  27.             text-indent: ;
  28.         }
  29.         .yellow {
  30.             color: #F1C40F;
  31.             font-weight: bold;
  32.         }
  33.  
  34.     </style>
  35. </head>
  36. <body>
  37.  
  38.     <h1>The Road Not Taken</h1>
  39. <br>
  40.     <p>Two roads diverged in a yellow wood,<br>
  41.     And sorry I could not travel both<br>
  42.     And be one traveler, long I <strike>stood</strike><br>
  43.     And looked <span style="background-color: #FFFF00">down</span> one as far as I could<br>
  44.     <strong>To where it bent in the undergrowth; </strong></p>
  45. <br>
  46.     <p>Then took the other, as just as fair,<br>
  47.     <span style="color: #3BF4C4">And having perhaps the better claim,</span><br>
  48.     Because it was <span style="color: #069684;font-size:4vw; ">grassy</span> and wanted wear;<br>
  49.     Though as <strong>for</strong> that the passing there<br>
  50.     Had worn them really about the same,</p>
  51. <br>
  52.     <p>And both that <span style="color: #F9BC64"> morning equally lay</span>
  53.         <br>
  54. <br>
  55. <p style="color: #396FEB; background-color: #F9B637">  
  56.         In leaves no step had trodden black.<br>
  57.     Oh, I kept the first for another day!<br>
  58.     Yet knowing how way leads on to way,<br>
  59.     <br>
  60.     <strong>I doubted if I should ever come back.</strong></p>
  61. </p>
  62. <br>
  63.  
  64.     <p>I shall be telling <sup>t</sup>h<sub>is</sub> with a <strike><sup><i>sigh</i></sup></strike><br>
  65.     <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>
  66.         <br>
  67.     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>
  68.     I took the o<span style="background-color: #FFFF00">ne</span> less traveled by,<br>
  69.     <br>
  70.     <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>
  71.  
  72. </body>
  73. </html>
Advertisement
Add Comment
Please, Sign In to add comment