Guest User

Untitled

a guest
Jan 16th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. <button aria-label="Close" onclick="myDialog.close()">X</button>
  2.  
  3. <label for="fmUserName">Your name</label>
  4. <input id="fmUserName">
  5.  
  6. <button aria-label="Close" onclick="myDialog.close()">X</button>`
  7.  
  8. <button
  9. aria-label="Back to the page"
  10. title="Close" onclick="myDialog.close()">X</button>
  11.  
  12. <!DOCTYPE html>
  13. <html lang="en">
  14. <head>
  15. <title></title>
  16. </head>
  17. <body>
  18. <button title="Close"> X </button>
  19. <br />
  20. <br />
  21. <br />
  22. <br />
  23. <button aria-label="Back to the page" title="Close" > X </button>
  24. </body>
  25. </html>
Add Comment
Please, Sign In to add comment