Advertisement
ppathak35

week2.html

Jun 22nd, 2022 (edited)
1,039
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.63 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>Weekly coding Challenge</title>
  5.     <!-- <meta http-equiv="refresh" content=1> -->
  6.     <link rel="stylesheet" type="text/css" href="week2.css">
  7. </head>
  8. <body>
  9.     <h1>Test Page X5 </h1>
  10.     <div>
  11.         <p> Th1s is a sample webpage for Week7y Coding Challenge <span class='span'> 002 </span>. The 0bjective of 1his challenge is to find the sum of all the numbers in this page. <br><br>
  12.  
  13.         Ignore the styling...
  14.         </p>
  15.  
  16.         <img src="https://emoji.beeimg.com/😃" alt="😃"></img>
  17.     </div>
  18.     <script type="text/javascript">
  19.         console.log(123);
  20.         console.log(12);
  21.         console.log(1);
  22.     </script>
  23. </body>
  24. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement