Foxibo

Untitled

Aug 27th, 2025
412
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.85 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>HTML Project</title>
  5.     </head>
  6.     <body>
  7.         <h1><strong>This is a heading</strong></h1>
  8.         <p><em>This is a paragraph</em></p>
  9.         <p>What are you going to learn:</p>
  10.         <ol>
  11.             <li><a href="#">Section 1</a></li>
  12.             <li><a href="#">Section 2</a></li>
  13.             <li><a href="#">Section 3</a></li>
  14.             <li><a href="#">Section 4</a></li>
  15.         </ol>
  16.         <p>To head to youtube simply click <strong><a href="https://www.youtube.com" target="_blank">here</a></strong></p>
  17.         <p>Don't forget to check other topics!:</p>
  18.         <ul>
  19.             <li><a href="#">Topic 1</a></li>
  20.             <li><a href="#">Topic 2</a></li>
  21.             <li><a href="#">Topic 3</a></li>
  22.             <li><a href="#">Topic 4</a></li>
  23.         </ul>
  24.     </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment