Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>HTML Project</title>
- </head>
- <body>
- <h1><strong>This is a heading</strong></h1>
- <p><em>This is a paragraph</em></p>
- <p>What are you going to learn:</p>
- <ol>
- <li><a href="#">Section 1</a></li>
- <li><a href="#">Section 2</a></li>
- <li><a href="#">Section 3</a></li>
- <li><a href="#">Section 4</a></li>
- </ol>
- <p>To head to youtube simply click <strong><a href="https://www.youtube.com" target="_blank">here</a></strong></p>
- <p>Don't forget to check other topics!:</p>
- <ul>
- <li><a href="#">Topic 1</a></li>
- <li><a href="#">Topic 2</a></li>
- <li><a href="#">Topic 3</a></li>
- <li><a href="#">Topic 4</a></li>
- </ul>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment