Advertisement
Kabosqu

Untitled

Feb 28th, 2021
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>The web site of sailorfukupath</title>
  7. <!-- The style.css file allows you to change the look of your web pages.
  8. If you include the next line in all your web pages, they will all share the same look.
  9. This makes it easier to make new pages for your site. -->
  10. <link href="/style.css" rel="stylesheet" type="text/css" media="all">
  11. </head>
  12. <body>
  13. <h1>Welcome to my Website!</h1>
  14.  
  15. <p>This is a paragraph! Here's how you make a link: <a href="https://neocities.org">Neocities</a>.</p>
  16.  
  17. <p>Here's how you can make <strong>bold</strong> and <em>italic</em> text.</p>
  18.  
  19. <p>Here's how you can add an image:</p>
  20. <img src="/neocities.png">
  21.  
  22. <p>Here's how to make a list:</p>
  23.  
  24. <ul>
  25. <li>First thing</li>
  26. <li>Second thing</li>
  27. <li>Third thing</li>
  28. </ul>
  29.  
  30. <p>To learn more HTML/CSS, check out these <a href="https://neocities.org/tutorials">tutorials</a>!</p>
  31. </body>
  32. </html>
  33.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement