Skip to content

Instantly share code, notes, and snippets.

View g1i1U's full-sized avatar

glilU g1i1U

View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Working with HTML Forms</title>
<meta name="viewport" content="width=device-width">
<style>
*,
*::after,
*:before{
// forms.js
//
const init = function(){
document.getElementById('button-cancel').addEventListener('click', reset);
document.getElementById('button-send').addEventListener('click', send);
}
const reset = function(ev){
//HTML will automatically put the form back to its initial state