출석 프로젝트를 만드는 중
HTML로 출석부랑 로그인 페이지를 만들고 CSS로 디자인하고 JS를 이용해서 동작을 제어하고 있다. 일단 love 출석체크 h1{color: blue;} strong{color: red;} .button-style{ background-color: green; }.btn1{ position: absolute; left: 50px; } .btn2{ position: absolute; left: 100px; }.rdo1{ position: absolute; left: 170px; }.rdo2{ position: absolute; left: 250px;} .n1 { position: absolute; left: 190px; } .n2{ position: absolute; left: 270px}; 오전 팀회의--> 출석체크 function setClock(){ let today=new Date(); let e =today.toString(); document.getElementById("clock").innerHTML=e; //document.getElementById('clock').innerHTML=today; }setInterval('setClock()',1000);//1초마다 번복한다 setClock(); 지각하지않기!! 오전 출석체크 출석 인정결석 출근 질병 오후 출석체크 오후 출석체크 이렇게 출석 프로그램을 만들고 > Love 출석부 로그인 h1{ position: absolute; left: 650px; } let name =document.getElementById("samename") alert(name.values+"님 환영합니다.") event.preventDefault(); 로그인 이름: 로그인 페이지를 만들었다. 나의 첫 프로젝트 함들지만 열심히 하고 있다 python으로 API를 만들고 있다