본문 바로가기

html

(22)
html 2024. 9. 24. 09:36
[html]SMS 인증번호 자동입력 하면 된다함 (안해봄)
html 2024. 9. 11. 13:38
[html]ios safearea background 설정
html 2024. 7. 24. 11:09
[html]서명 js에서 캔버스 canvas 사이즈 조절(서명,사인,싸인) canvas에서 style속성이 아닌 width 속성으로 조절하면 제대로 영역이 잡힘// 가능// 불가능
html 2024. 6. 19. 09:18
[html,js]이미지가 깨질 때 변경될 이미지 처리 (onerror) * onerror사용 시 src는 필수값임
html 2023. 12. 7. 10:47
[html]모바일 전체화면 모드로 전환하기 manifest 모바일 크롬 접속 > 설정 > 홈화면 추가로 사용 가능* ios에서는 사파리로 가능 { "short_name": "아이콘과 함께 노출될 아이콘 tilte", "name": "로딩 시 보여질 text", // 스플래시 스크린 "display": "fullscreen", // fullscreen, minimul-ui, standalone, browser "orientation": "landscape", // 가로모드 / 미작성 시 디바이스의 설정에 따름 "icons": [ { "src": "/images/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" }, ..
html 2023. 8. 22. 13:49
[html]textarea같은 엔터치는대로 출력하는 태그 pre
html 2023. 7. 5. 10:26
[html]input readonly 드래그 불가 설정 See the Pen input readonly drag by sangmok-ye (@sangmok-ye) on CodePen.
html 2023. 6. 26. 17:55
[html]잘 안 써서 헷갈리는 에밋(emmet) 기록 원하는 결과물 → 01일부터 31일까지 나타내기 (tr>td{$$일}+td*12)*30 ↓ 01일 ~ 31일 1일,2일 ~ 31일까지 나타내기 span{$일}*30 or span*30{$일} ↓ 1일 2일 ~ 30일 {$$일}*30 ↓ 01일 02일 ~ 30일

top