2022 / 8 / 29 월
- HTML
- CSS
- JS
✔️HTML
정보 = meta - data + real data => element = tag + contents
<h1>
글자크기를 크게 출력하는것이 아님 !
"첫번째 헤드라인"이라는 "의미"를 가지고 있음
✨ tag를 디자인요소로 바라보지 말자
✔️CSS
디자인을 적용할 Element를 선택한다.
디자인을 적용한다 + 적용된 디자인은 상속된다.
알아야 하는것
1. tag selector
2. class selector
3. id selector
4. 자손, 후손 selector
5. 가상 selector
box-model
1. 각 파트별로 설정하는 방법
- 개별설정 : padding - left
- 복합설정 : margin : 0 auto
2. margin은 공유
3. box 설정
✔️JS
1. 원시자료형
- 메모리의 할당 위치 => stack, global영역
2. 오브젝트 자료형
- 메모리의 할당 위치=> heap영역
코딩용어 사이트들 적극 활용하자 ~
https://developer.mozilla.org/ko/
MDN Web Docs
The MDN Web Docs site provides information about Open Web technologies including HTML, CSS, and APIs for both Web sites and progressive web apps.
developer.mozilla.org
W3Schools Free Online Web Tutorials
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
www.w3schools.com
'🏃♀️ Do it ! > TIL' 카테고리의 다른 글
JAVA 개발환경구축 (0) | 2022.09.01 |
---|---|
RAP (0) | 2022.08.31 |
video / 개인 프로젝트 (0) | 2022.08.26 |
Scroll / Opacity (0) | 2022.08.24 |
Opacity / Translate (0) | 2022.08.24 |