๋ณธ๋ฌธ ๋ฐ”๋กœ๊ฐ€๊ธฐ
CS/FrontEnd

JavaScript Tutorial - Create a Card Game ๐Ÿƒ

by Diligejy 2022. 12. 17.

https://www.youtube.com/watch?v=Bj6lC93JMi0&ab_channel=freeCodeCamp.org 

 

 

TIL 

 

1. Semantic HTML

https://developer.mozilla.org/en-US/docs/Glossary/Semantics

 

Semantics - MDN Web Docs Glossary: Definitions of Web-related terms | MDN

In programming, Semantics refers to the meaning of a piece of code — for example "what effect does running that line of JavaScript have?", or "what purpose or role does that HTML element have" (rather than "what does it look like?".)

developer.mozilla.org

 

2. VH

https://programming119.tistory.com/93

 

[CSS] vh๋ž€? / vw๋ž€? / what is vh? โ“ / %์™€์˜ ์ฐจ์ด

vh = viewport height vw = viewport width ์ฆ‰, ํ˜„์žฌ ์‹คํ–‰์ค‘์ธ ์Šคํฌ๋ฆฐ ํฌ๊ธฐ์— ๋งž์ถฐ ์ƒ๋Œ€์  ํฌ๊ธฐ๋ฅผ ๋ฐ˜ํ™˜ํ•˜๊ฒ ๋‹ค๋Š” ๋œป์ž…๋‹ˆ๋‹ค. 100vh, 100vw ๊ฐ€ ์ „์ฒด ํ™”๋ฉด์˜ ๊ธฐ์ค€์ด ๋ฉ๋‹ˆ๋‹ค. ์˜ˆ๋ฅผ๋“ค์–ด, ํ˜„์žฌ ์Šคํฌ๋ฆฐ ํฌ๊ธฐ๊ฐ€ height = 1000p

programming119.tistory.com

 

๋Œ“๊ธ€