sazid_iiuc

Untitled

Feb 14th, 2021 (edited)
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.26 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>divs and span</title>
  5.     <link rel="stylesheet" type="text/css" href="style1.css">
  6. </head>
  7. <body>
  8.     <div>
  9.         <p>Some <span>soft</span> Drinks:</p>
  10.         <li>Tea</li>
  11.         <li>Water</li>
  12.         <li>Bear</li>
  13.     </div>
  14. </body>
  15. </html>
Add Comment
Please, Sign In to add comment