일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- javascript
- drug muggers
- Git
- python matplotlib
- MACS2
- Bioinformatics
- pandas
- scRNAseq
- matplotlib
- single cell analysis
- scRNAseq analysis
- PYTHON
- 비타민 C
- Batch effect
- drug development
- CSS
- ngs
- single cell
- ChIPseq
- CUT&RUN
- HTML
- github
- EdgeR
- DataFrame
- julia
- js
- CUTandRUN
- cellranger
- 싱글셀 분석
- single cell rnaseq
Archives
- Today
- Total
바이오 대표
[HTML] 기본 서식 Head & Body 본문
<!DOCTYPE html> # Brower 에게 이 파일이 HTML 파일이라는 것을 알려 준다.
<html>
<head> 보여지지 않는 웹사이트 정보 </head>
<body> 보여지는 contents </body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>your title go here</title>
</head>
<body>
<h1>
You can show your contents here :)
</h1>
</body>
</html>
↓
'Front_end' 카테고리의 다른 글
[HTML] HEAD = 웹사이트 description, meta 태그 (0) | 2021.08.08 |
---|---|
[HTML] Visual Studio Code Theme (Set up & Error 띄우기) (0) | 2021.08.08 |
[HTML] 태그 속성 (Attribute) - 링크, 이미지 (0) | 2021.06.30 |
[HTML] 리스트 (ol, ul) (0) | 2021.06.27 |
[HTML] 태그s (0) | 2021.06.20 |