index.html 달력 생성하기 연과 월을 입력하시오. 년 월 달력 생성 script.js let yearInput = document.getElementById("year"); let monthInput = document.getElementById("month")..
..FILE:.gitattributes # Auto detect text files and perform LF normalization * text=auto # Custom for Visual Studio *.cs diff=csharp # Standard to msys..
1장. 인터넷과 웹 환경의 발전인터넷 : 인터-네트워크(inter-network)- ARPANET의 탄생 : 미국 국방성에서 1969년 미국 4개 대학 연결 / IP 전송규약 사용- TCP/IP 프로토콜의 발전 : 1982년 표준 프로토콜로 제정- NSFNET의 구축 ..
사람 3명과 점수 3개를 받아 평균과 석차를 보여주는 프로그램입니다. 프로그램을 실행하면 다음과 같이 실행됩니다. 아래는 김철수 40, 40, 40. 박미영 100, 100, 100. 이바보 10, 10, 10으로 데이터를 입력한 결과 화면입니다. 아래의 결과는 박미영..
..FILE:calendar.html 달력 보기 ..FILE:calendar.js var calendar_year; var calendar_month; var title_day = new Array("일", "월", "화", "수", "목", "금", "토"); var..
HTML 및 JavaScript 1. HTML의 개념 ? Hyper Text MarkUp Language의 약어로 홈페이지를 작성하는 언어이다. ? ... ...자바스크립트 소스... ... width=300,height=200,status=no,toolbar=no,menubar=no,scrollbar=no"); }