I share this blog with my thoughts and creations from my daily programming, knowledge, and technology updates.
<!DOCTYPE html> <html> <body> <form onsubmit="return false"> <input type="text"> <button type="submit">button</button> </form> </body> </html>