Make To-Do List With - HTML,CSS,JS source code
Creat To do list Using HTML,CSS,JS Png Images - Html source code -- <! DOCTYPE html > < html lang =" en "> < head > < meta charset =" UTF-8 "> < meta name =" viewport " content =" width=device-width, initial-scale=1.0 "> < title >To do list </ title > < link rel =" stylesheet " href =" style.css "> </ head > < body > < div class =" container "> < div class =" todoApp "> < h2 >To-Do List < img src =" images/book_and_Pen.png " alt =""></ h2 > < div class =" row "> < input type =" text " id =" inputBox " placeholder =" Add Your text "> < button onclick =" addTask...