Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <h1>PALINDROME CHECKER </h1>
  2. <p> Type below to check if string is palindrome</p>
  3.  
  4. <textarea id="inputPalindrome"></textarea>
  5.  
  6. <button id="checkPalindrome" type="submit">CHECK</button>
  7. <hr>
  8.  
  9. <div id="notification" class="alert alert-info">Palindrome has not been checked yet</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement