일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 자바문제
- pyqt
- Oracle
- 맥
- nodejs
- 객체지향
- ddit
- spring
- 컬렉션프레임워크
- JDBC
- 반복문
- python
- 대덕인재개발원
- Java
- FastAPI
- Error
- 생활코딩
- 단축키
- crud
- API
- ibatis
- jsp
- Android
- 이클립스
- Mac
- html
- 배열
- Homebrew
- servlet
- 자바
Archives
- Today
- Total
목록WEB/HTML & CSS (9)
romworld

HTML : HyperTextMarkupLanguage 웹페이지를 만드는 언어 -코딩을 하기 위해선 에디터(editor)가 필요 https://atom.io/ - 주로 쓰는 에디터 -단축키 Cmd + O (웹브라우저로 웹페이지 열기) Cmd + S (세이브 기능) -TAG 밑줄(underline) web 강조 creating web pages 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 웹페이지 분석 사이트( 분석 결과 정돈) https://advancedwebranking.com/html/ 줄바꿈 (P, br) 은 줄바꿈 는 단..
WEB/HTML & CSS
2022. 6. 29. 22:37