DEV Community

Discussion on: Create a Basic Webpage with CSS and JavaScript

Collapse
 
santosh254 profile image
Santosh254 • Edited

HI, Yes he is wrong . Please follow this and try.
<!DOCTYPE html>


Life Events




Sample Page Website


function myfuc() { document.getElementById('date').innerHTML = new Date().toDateString(); }