코딩Coding/HTML_CSS_JavaScript
-
html & css완벽 정리MDN코딩Coding/HTML_CSS_JavaScript 2023. 4. 13. 21:23
part1 https://ccomrung-programming.tistory.com/m/37 [CSS] MDN 정리1CSS 구문 CSS 규칙 h1 { color: red; font-size: 5em; } selector 중괄호 : 선언블록 선언 속성: 값 대소문자 구분 CSS 모듈 배경 및 테두리 모듈 CSS Working Group이 개발, 지정 CSS 시작하기 CSS 추가하기 head에 태그 ccomrung-programming.tistory.com part2 https://ccomrung-programming.tistory.com/m/38 [CSS] MDN 정리2계단식 및 상속 계단식 Cascading Style Sheet : 계단식 동일한 우선순위의 두 규칙 -> 마지막 규칙 적용 우선순위 선택자..
-
Build in-browser WordPress experiences with WordPress Playground and WebAssembly코딩Coding/HTML_CSS_JavaScript 2023. 4. 13. 15:27
https://developer.chrome.com/blog/wordpress-playground/ Build in-browser WordPress experiences with WordPress Playground and WebAssembly - Chrome DevelopersThe full WordPress powered by PHP running solely in the browser with WebAssemblydeveloper.chrome.com
-
html META메타 태그 공부 아이러브 ChatGPT, BingAI코딩Coding/HTML_CSS_JavaScript 2023. 4. 11. 23:04
As mentioned earlier, there isn’t a specific “CSS meta tag”. However, you can use the tag to specify metadata about your HTML document, such as the page description and keywords. The description and keywords attributes of the tag can be used to provide information about the content of your webpage to search engines. Here’s an example: The description attribute provides a brief description of the..