언어 공부용
HTML
HTML introduction https://www.w3.org/TR/html52/introduction.html#introduction
HTML 5.2: 1. Introduction
When accepting untrusted input, e.g., user-generated content such as text comments, values in URL parameters, messages from third-party sites, etc, it is imperative that the data be validated before use, and properly escaped when displayed. Failing to do t
www.w3.org
CSS
CSS Flexbox https://css-tricks.com/snippets/css/a-guide-to-flexbox/
A Complete Guide to Flexbox | CSS-Tricks
Our comprehensive guide to CSS flexbox layout. This complete guide explains everything about flexbox, focusing on all the different possible properties for the parent element (the flex container) and the child elements (the flex items). It also includes hi
css-tricks.com
Color Tool https://material.io/resources/color/#!/?view.left=0&view.right=0
Color Tool - Material Design
Create and share color palettes for your UI, and measure the accessibility of any color combination.
material.io
Flexbox Froggy https://flexboxfroggy.com/#ko
Flexbox Froggy
A game for learning CSS flexbox
flexboxfroggy.com
CSS Dinner https://flukeout.github.io/
CSS Diner
A fun game to help you learn and practice CSS selectors.
flukeout.github.io
C언어
C언어 공부강의 https://dojang.io/mod/page/view.php?id=157
C 언어 코딩 도장: 21.4 조건식과 논리 연산자 사용하기
값뿐만 아니라 조건식 자체도 논리 연산자로 판단할 수 있습니다. cond_exp_logical_operator.c #include int main() { int num1 = 20; int num2 = 10; int num3 = 30; int num4 = 15; printf("%d\n", num1 > num2 && num3 > num4); // 1: 양쪽 �
dojang.io
공통
MDN https://developer.mozilla.org/en-US/docs/Web/HTML/Element
HTML elements reference
This page lists all the HTML elements, which are created using tags.
developer.mozilla.org
Markup validation service https://validator.w3.org/
The W3C Markup Validation Service
Validate by File Upload Note: file upload may not work with Internet Explorer on some versions of Windows XP Service Pack 2, see our information page on the W3C QA Website.
validator.w3.org
JSbin http://jsbin.com/?html,output
JS Bin
Sample of the bin:
jsbin.com
Can I use ? https://caniuse.com/
Can I use... Support tables for HTML5, CSS3, etc
About "Can I use" provides up-to-date browser support tables for support of front-end web technologies on desktop and mobile web browsers. The site was built and is maintained by Alexis Deveria, with occasional updates provided by the web development commu
caniuse.com
Comments
No comments yet. Be the first!
319 posts in 테크
- 368Supabase 프로젝트 복사하기 (Restore to a New Project)NEW
- 341Migrating from Permanent Access Tokens to Token Exchange — Why Order Matters
- 326Startup & Product Glossary: Terms Every Solo Founder Should Know
- 325Context Management — How I Do It Now
- 324Claude Code Routines vs Cowork Schedule — What's the Difference?