반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- C언어
- postorder
- html
- discrete_scatter
- web 개발
- CES 2O21 참여
- mglearn
- 결합전문기관
- KNeighborsClassifier
- 머신러닝
- broscoding
- bccard
- classification
- tensorflow
- pycharm
- 재귀함수
- paragraph
- web 사진
- 웹 용어
- 대이터
- Keras
- web 용어
- 데이터전문기관
- inorder
- 자료구조
- vscode
- web
- CES 2O21 참가
- java역사
- cudnn
Archives
- Today
- Total
bro's coding
HTML.hello HTML~ 본문
반응형
<!DOCTYPE html>
<!-- html5 버전 선언부 -->
<html>
<head>
<!-- head 영역 : 문서 정보를 기술 -->
<meta charset="UTF-8">
<title>hello html</title>
</head>
<body>
<!-- 실제 화면을 표현하는 영역 -->
Hello HTML~
</body>
</html>
반응형
'[IT] > html css js' 카테고리의 다른 글
HTML.input.radio (0) | 2021.04.02 |
---|---|
Http Request Method(요청 방식) (0) | 2021.04.02 |
html.form (0) | 2021.04.02 |
javascript.ECMAScript (0) | 2021.03.31 |
레이아웃 (0) | 2019.07.04 |
src사진 올리기 (0) | 2019.07.03 |
link (0) | 2019.07.03 |
list 단축키 (0) | 2019.07.03 |
Comments