본문 바로가기

2014/114

html table 외 등등 table------------- 논리적으로 컬럼을 그룹핑 1 1개이상의 요소를 포함 2. 요소 1개 컬럼을 포함 포함된 콘텐츠(embeded contents)============ 1. img 2. iframe 다른 html 문서를 포함 src="포함할 html문서의경로" 3. embed -외부어플리케이션(html 이미지가 아닌)을 포함 -HTML5에서만 유효한 태그 -HTML4, xhtml에서 사용되었지만 표준x -대체할 내용을 입력할수없어요 src="포함시킬미디어경로" 필수속성 type="유효한 MIME TYPE" width="너비" height="높이" 4. object -외부어플리케이션을 포함 대체할 내용 data="포함시킬미디어경로" type="유효한 MIME TYPE" width="너비" h.. 2014. 11. 18.
태그 형식 및 목록 그룹핑 태그형식내용단 빈요소(empty element) ->html, ->xhtml 요소 그룹핑-contents가 포함하는 내용의 성격-배경-테두리-여백-정렬 논리적인 그룹핑 요소div -> block levelspan -> inline level 목록 요소1. 순서가 있는 목록 olOrdered Listblock level자식 요소로 li를 포함 List Item 2. 순서가 없는 목록 ulUnordered Listblock level자식 요소로 li를 포함 List Item 3. 목록 항목 list itemul, ol 자식요소block level 4. 정의 목록 dldefinition list용어(term)에 대한 정의 자식 5. 용어 정의 dtdefinitioin terms 6. 용어 설명 dddefini.. 2014. 11. 12.
html 구조 doctype============-xhtml strict -xhtml transitional -html4 strict -html4 transitional -html5 html의 구조 1. head문서의 정보 요소 1.1 -empty element -문자 문자설정html5 xhtml html4 -문서의 정보 -IE 최상위버전을 강제적으로 설정 1.2 title 문서의 제목내용 2. body 영역브라우저 표시 요소 2.1 그룹핑, 섹션닝2.1.1 div 논리적 영역2.1.2 html5에 추가된 요소section, article, nav, asideheader,footer 2014. 11. 12.
html_css 참고사이트 html==============================html&css http://htmlcss.kr/생활코딩 http://opentutorials.org/course/11클리어보스 html5 http://html5ref.clearboth.org/w3schools http://www.w3schools.com/html/default.asphtml5 오픈콘퍼런스 http://webappscon.com/html5/ css================w3schools http://www.w3schools.com/css/default.aspcss3info http://www.w3schools.com/css/default.aspnaradesign css3 http://naradesign.net/css3/생활.. 2014. 11. 12.