일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- drug muggers
- javascript
- github
- DataFrame
- CSS
- julia
- PYTHON
- CUTandRUN
- ngs
- ChIPseq
- 싱글셀 분석
- Bioinformatics
- scRNAseq analysis
- single cell rnaseq
- 비타민 C
- drug development
- single cell analysis
- HTML
- Batch effect
- EdgeR
- js
- scRNAseq
- Git
- cellranger
- matplotlib
- MACS2
- python matplotlib
- CUT&RUN
- pandas
- single cell
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 |