일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- github
- python matplotlib
- pandas
- CUT&RUN
- drug development
- PYTHON
- DataFrame
- Bioinformatics
- drug muggers
- javascript
- 비타민 C
- single cell analysis
- js
- scRNAseq
- Batch effect
- EdgeR
- single cell rnaseq
- HTML
- matplotlib
- julia
- ngs
- scRNAseq analysis
- CSS
- 싱글셀 분석
- Git
- ChIPseq
- MACS2
- CUTandRUN
- single cell
- cellranger
Archives
- Today
- Total
목록HTML 태그 (3)
바이오 대표

* id는 body 안에 어떤 태그에든 넣을 수 있는 attribute 하나의 element 당 고유의 id (unique identify) - 추후에 CSS를 이용해서 디자인을 할 때 고유 id를 이용할 수 있다. input type="data" Website ↓
Front_end
2021. 8. 8. 15:30

기본 형식 * label for="" == input id="" label 의 for 과 input 의 id는 같아야 연동이 된다! 위의 예시에서는 name으로 같게 설정해주었다. * label 은 self tag First Name Website Last Name ↓
Front_end
2021. 8. 8. 15:04

태그 속성이란? 태그 에 추가 설명을 이용해서 부가 기능을 더해 주는 것 [1] 링크 속성 태그(tag) = a (anchor) 속성(attribute) = herf Welcome! GO to the Google website! ↓ 새로운 탭에서 사이트가 열고 싶다면 또다른 속성을 사용하면 된다 [2] 이미지 태그 속성 * image = self closing tag 닫는 태그가 따로 필요 없다. * syntex 정확히 해야지 컴퓨터가 알아 들을 수 있다. * 특정 태그마다 정해져 있는 속성들만 사용 할 수 있다.
Front_end
2021. 6. 30. 10:03