목록WEB (171)
Jam's story
시멘틱 태그 ? 의미가 있는 태그(요소) 브라우저와 개발자에게 의미가 있는 태그 의미가 없는 요소 - div, span 의미가 있는 요소 - form, table, article 등등. 시멘틱 태그 header - 소개 내용이나 탐색 링크의 집합에 대한 컨테이너 section - 문서의 섹션 (제목이 있는 주제별 컨텐츠 그룹) 을 정의하는 태그 장 소개 뉴스항목 연락처 정보 article - 기사 (그 자체로 의미), 독립적인 자체에 포함된 내용을 지정하는 태그 웹 페이지의 나머지 부분과 독립적으로 배포할 수 있어야 한다. 신문 기사들 제품 카드 사용자 의견 블로그 게시물 포럼 게시물 footer - 바닥글, 문서나 구역의 바닥글을 정의하는 태그 저작권 정보 연락처 정보 사이트 맵 맵 위로 링크 관련된 ..

CSS + Layout (배치) Float Cities London Paris Seoul London Lorem ipsum dolor sit amet, consectetur adipisicing elit. Cumque consequatur odio eos nesciunt facere ullam molestiae porro deserunt aliquid delectus aut reiciendis. Incidunt adipisci temporibus soluta doloribus magnam provident consequuntur. Omnis dolores consectetur ut id velit eligendi sed iste officiis ipsam odit laudantium totam rem a..
https://ko.wikipedia.org/wiki/%EC%97%90%EB%B0%8B_(%EC%86%8C%ED%94%84%ED%8A%B8%EC%9B%A8%EC%96%B4) 에밋 (소프트웨어) - 위키백과, 우리 모두의 백과사전 에밋(Emmet)은 HTML, XML, XSL 문서 등을 편집할 때 빠른 코딩을 위해 사용하는 플러그인이다. 원래 젠코딩(Zen Coding)으로 부르다가 에밋(Emmet)으로 이름을 변경했다.[1] 매우 간단한 몇 가지 코드만 입력 ko.wikipedia.org 에밋(Emmet)은 HTML, XML, XSL 문서 등을 편집할 때 빠른 코딩을 위해 사용하는 플러그인이다. 에딧플러스에서도 가능하다. html5에서는 ctrl+e 누르면 실행된다. > 는 자식 + 는 형제자매 ^ 부모..
css는 제이쿼리 메소드 css("속성명","속성값"); document.getElementById("btnHide") == $("#btnHide") 제이쿼리객체 //click() 메소드 //모든 span 태그 다가져온다.= $("span") //css는 제이쿼리 메소드 //css("속성명","속성값"); 숨김 보이기 함세강 안시은 김지민 김서영 박재영 박민주 이동원 숨기기 보이기 London Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aperiam omnis modi distinctio perspiciatis pariatur laborum explicabo accusamus aspernatur alias corrupti temporibus e..

https://developers.google.com/speed/libraries#jquery Hosted Libraries | Google Developers A stable, reliable, high-speed, globally available content distribution network for the most popular open-source JavaScript libraries. developers.google.com 에서 복사해서

스크립트 코딩은 태그 위에 만든다. 숨김 보이기 함세강 안시은 김지민 김서영 박재영 박민주 이동원 이 방법도 있다. function span_hidden(){ //window.alert("버튼클릭이벤트확인!! "); //document.getElementById('myDiv').style.display = "none"; var spans=document.getElementsByTagName("span"); for (var i = 0; i

1.모든 요소 태그에는 요소 유형에 따라 기본 표시 display 2.표시 값에는 2가지가 있다. (블럭모드, 인라인모드 ) -블럭모드: 요소 전체 너비를 차지 p, div ,li,hn, dl,dd,dt ,ol ,ul,hr, blackquote,div -인라인모드 : 새로운 줄에서 시작하지 않는다. 필요한 너비 만큼만 차지 span,a,img,map,b,button, i ,q,sub,sup,input span태그는 인라인모드