Advertisement
es-sam

HTML Example

Jun 21st, 2021 (edited)
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <h1>This is a heading</h1>
  2. <h2>This is a subheading</h2>
  3. <p style="padding: 20px;">This is the beginning of the body text
  4. <ul>Here is the beginning of a list</ul>
  5. <li>First list item</li>
  6. <li>Second list item</li>
  7. <button class="my-button"><a target="blank" href="http://www.google.com"/>This is a link</a></button>
  8. </p>
  9. <style>.my-button { padding: 10px 10px 10px 10px; background: #00000; color: white; padding-left: 12px; }<style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement