목록코딩/2023 HTML & CSS (9)
라라리라
로그인.html DOCTYPE html> 로그인 Document .content { margin: auto; border: 1.5px; width: 100px; font-family: dotum,sans-serif; font-size: 12px; width: 460px; border-color: darkgray; border-spacing: 10px; } .image { text-align: center; border: 2px; border-style: solid; border-color: rgb(199, 199, 199); width: 50px; height: 50px; } .content-box { width: 400px; border: 2px; border-style: solid; border-co..
메인페이지.html DOCTYPE html> 메인페이지 #headerTable1 { margin: 0 auto; text-align: center; width: 1980px; height: 20px; background-color: lightgrey } #headerSpace { width: 900px; background-color: lightgrey } #headerSpace2 { width: 450px; background-color: lightgrey } .headerMenu { font-size: 12px; width: 60px; height: 30px; background-color: lightgrey } #headerTable2 { margin: 0 auto; text-align: cente..
0400_css적용방법.html DOCTYPE html> Document /* # CSS 스타일 적용방법 3가지 (1) style 내부 (2) 인라인 (3) link 외부 */ h1 { color: yellow; } Hello, CSS HTML 삽입 미리보기할 수 없는 소스 0401_내부스타일1.html DOCTYPE html> Document #test1{ text-decoration: none } #test2{ text-decoration: underline } #test3{ text-decoration: overline } #test4{ text-decoration: line-through } text-decoration 속성1 none underline overline line through te..
0301_font_web.html DOCTYPE html> Document body {font-family: 'East Sea Dokdo', cursive;} 웹 사이트에서 폰트를 다운받아 설치해줍니다. 0302_fontstyle.html DOCTYPE html> Document p.style1 { font: italic 30px arial,sans-serif; } p.style2 { font: bold 40px Georgia,serif; } font: italic 30px arial,sans-serif font: bold 40px Georgia,serif 0303_text_deco.html Document h1 { text-decoration:overline; } h2 { text-decoration:..
0201_리스트스타일.html DOCTYPE html> Document ul.a { list-style-type: circle; } ul.b { list-style-type: disc; } ul.c { list-style-type: square; } HTML5 CSS3 JAVASCRIPT HTML5 CSS3 JAVASCRIPT HTML5 CSS3 JAVASCRIPT 0202_리스트들여쓰기.html DOCTYPE html> Document .inside { list-style-position: inside; } /* 목록 들여쓰기 */ 도서 시리즈 Do it! 시리즈 첫 코딩 시리즈 된다 시리즈 Do it! 시리즈 첫 코딩 시리즈 된다 시리즈 0202_리스트불릿삭제.html DOCTYPE html> Doc..
0401_버튼.html DOCTYPE html> Document 버튼예제 새 탭 열기 메세지 페이스북 메세지 페이스북 메세지
0301_테이블1.html DOCTYPE html> Document 표 만들기(1행 1열) 1행 1열 표 만들기(1행 2열) 1행 1열 1행 2열 표 만들기(2행 1열) 1행 1열 2행 1열 표 만들기(2행 2열) 1행 1열 1행 2열 2행 1열 2행 2열