일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 파이썬 시각화
- 한빛미디어
- 한빛미디어서평단
- Ga
- Google Analytics
- 서평
- MySQL
- 서평단
- MATLAB
- tensorflow
- Visualization
- SQL
- 월간결산
- Blog
- matplotlib
- 티스토리
- Python
- 텐서플로
- Linux
- 파이썬
- 딥러닝
- python visualization
- 리눅스
- 통계학
- Tistory
- Pandas
- 블로그
- 독후감
- 매틀랩
- 시각화
- Today
- Total
목록w3school (2)
pbj0812의 코딩 일기

0. 목표 - W3SCHOOL CSS Tutorial 쿡북 제작 1. 기본 형태 2. 코드 1) 기본 예제 Hello World! These paragraphs are styled with CSS. 2) element selector Every paragraph will be affected by the style. Me too! And me! 3) id selector Hello World! This paragraph is not affected by the style. 4) class selector Red and center-aligned heading Red and center-aligned paragraph. This heading will not be affected This paragraph..

이 소스는 W3SCHOOL의 소스를 실습/변형한 것입니다. 0. 목표 - html 쿡북 제작 1. 코드 1) 기본 형태 내용 2) headings - h1부터 h6까지 존재 This is heading 1 This is heading 2 This is heading 3 This is heading 4 This is heading 5 This is heading 6 3) paragraph This is a paragraph. This is another paragraph. 4) link HTML Links HTML links are defined with the a tag: This is a link 5) image HTML Images HTML images are defined with the img t..