const element = document.documentElement
var name = document.getElementById('name').value ; alert('hello, '+name);