Bing's

고정 헤더 영역

글 제목

메뉴 레이어

Bing's

메뉴 리스트

  • 홈
  • 전체보기 (39)
    • html (10)
    • sublime text (3)
    • css (3)
    • etc (3)
    • jquery test (15)
    • cafe24_godomall (0)
    • javascript 공부 (1)
    • vue js 따라하기 (2)
    • 포트폴리오 (0)
    • react js 따라하기 (0)

검색 레이어

Bing's

검색 영역

컨텐츠 검색

html

  • <section> 버리고 HTML5 <article> 써야 하는 이유 [공유]

    2021.02.23 by binbing

  • [html5.2] autocapitalize 텍스트 입력이 자동으로 대문자로 표시

    2018.04.03 by binbing

  • autocomplete (자동완성기능)

    2018.04.03 by binbing

  • <script></script> 에서 type 속성 사용

    2018.04.02 by binbing

  • html5.1 & html5.2

    2018.01.23 by binbing

  • <input type="file"> 검색영역(커스터마이징) - v2

    2018.01.15 by binbing

  • <input type="file"> 검색영역(커스터마이징) chrome / safari / firefox 모두 적용시키기

    2018.01.15 by binbing

  • type="number" maxLength (글자수제한)

    2018.01.15 by binbing

<section> 버리고 HTML5 <article> 써야 하는 이유 [공유]

webactually.com/2020/03/03/%3Csection%3E%EC%9D%84-%EB%B2%84%EB%A6%AC%EA%B3%A0-HTML5-%3Carticle%3E%EC%9D%84-%EC%8D%A8%EC%95%BC-%ED%95%98%EB%8A%94-%EC%9D%B4%EC%9C%A0/

html 2021. 2. 23. 11:28

[html5.2] autocapitalize 텍스트 입력이 자동으로 대문자로 표시

[원본] The autocapitalize global attribute is an enumerated attribute that controls whether and how text input is automatically capitalized as it is entered/edited by the user. The attribute must take one of the following values: •off or none, no autocapitalization is applied (all letters default to lowercase) •on or sentences, the first letter of each sentence defaults to a capital letter; all ot..

html 2018. 4. 3. 10:44

autocomplete (자동완성기능)

자동완성기능 : 사용자가 이전에 입력했던 파라미터를 브라우저가 기억해 두었다가 비슷한 파라미터를 입력할 때 다시 보여주는 사용자 편의를 돕는 기능 (하지만 자동완성 기능 때문에 디자인이나 레이아웃을 방해할 때, 보안이나 개인적인 정보일 경우 자동완성 기능은 꼭 꺼두어야 할 필요가 있습니다.) autocomplete="on|off" *default : "on" - on : 자동 완성이 꺼져 있음 (비활성화 됨) - off : 자동 완성을 사용하도록 설정합니다 (사용하도록 설정 됨). [개별 입력폼에 자동완성을 막을 때] [입력폼 전체에 자동완성을 막을 때] First name: Last name: E-mail: 혹은 //내용// See the Pen eMKrMM by seobin (@lullu-lalla)..

html 2018. 4. 3. 10:09

<script></script> 에서 type 속성 사용

그렇지만 하위버전을 생각하면 type속성을 적어주는게 맞다

html 2018. 4. 2. 17:31

html5.1 & html5.2

[ html5.2 ] https://mulder21c.github.io/2017/12/26/understanding-html-52-changes/ [ html5.1 spec ] http://wit.nts-corp.com/2017/03/02/4338

html 2018. 1. 23. 11:44

<input type="file"> 검색영역(커스터마이징) - v2

원본 mozilla input[type="file"] : https://developer.mozilla.org/ko/docs/Web/HTML/Element/Input/file 앞서 포스팅했던 http://lullu-lalla.tistory.com/19 은 업로드 하는 파일을 저장하는 변수도 없이 단순히 "파일명"만 노출이었는데 아래 Codepen으로 작업한 것은 mozilla에서 갖고온 내용으로/구글번역 돌린 것도 아래 깨작깨작 이해가 조금이라도 되려면 남겨놔겠다 ㅜㅜ See the Pen by seobin (@lullu-lalla) on CodePen. 각 File 객체에는 다음 정보가 포함됩니다. - name: 파일명.- lastModified: 파일이 마지막으로 수정된 날짜를 나타내는 숫자로, UN..

html 2018. 1. 15. 15:57

<input type="file"> 검색영역(커스터마이징) chrome / safari / firefox 모두 적용시키기

공통 [ CSS ] label.upload-file { vertical-align: middle; font-size: 17px; color: #000000; } label.upload-file p { width: 260px; height: 40px; float: left; border: 1px solid #555; border-radius: 5px; background: #f7f7f7; text-indent: 10px; font-size: 17px; padding: 10px 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } label.upload-file .btn { width: 100px; height: 40px; float: l..

html 2018. 1. 15. 14:32

type="number" maxLength (글자수제한)

[ html ] [ script ] function maxLengthCheck(object){ if (object.value.length > object.maxLength){ object.value = object.value.slice(0, object.maxLength); } }

html 2018. 1. 15. 12:24

추가 정보

인기글

최신글

페이징

이전
1 2
다음
TISTORY
Bing's © Magazine Lab
페이스북 트위터 인스타그램 유투브 메일

티스토리툴바