일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- 해시함수
- 요구사항정의서 #기획 #UI/UX기획
- CSS #flex
- 안좋은습관10가지
- nodejs
- webpack
- Storyboard
- behaviorsubject
- Git
- SSL인증서
- Vue
- 일기
- angular
- anaconda
- Javascript #MDN #Webs #Docs
- passport.js
- 가상사설망
- CSS #pseudo-classes
- javascript #prototype # array # find()
- es5 #es6
- 웹기획
- Ke
- typescript
- TensorFlow
- guide
- securitykey
- keytool
- privateKey
- PublicKey
- tsotry
- Today
- Total
목록개발노트/HTML (9)
민자의 지식창고
When should you Not use HTML tables? Layout tables reduce accessibility for visually impaired users Tables produce tag soup Tables are not automatically responsive Active learning : Creating your first tables hi iam first cell sample: hi i am first cell why ar headers usefule along with the scope attribute (which we'll learn about in the next article), they allow you to make tables more accesibl..
The and elements what are vector graphics? you'll work with two types of image- raster images, and vector images : Raster Images are defined using a grid of pixcels - .bmp, .png, jpg, gif Vector Images are defined using algorithms - svg the png images becomes pixellated as you zoom in because it contains information on where each picel should be. when it is zoomed, each pixel is simply increased..
기본모드가 아닌 html 모드로 작성하며, 더나은 작성요령을 위해서 연습을 해보았습니다. ,, elements s are for embedding other web pages, and the other two allow you to embed PDFs, SVG, and even Flash - a technology that is on the way out, but which you' still see semi-regulary Active learning: classic embeding uses example: Iframes in detail elements are desined to allow you to emed other web documents into th current document. this..