문서 | 날짜 | 사용자 | 설명 |
|
2021/03/25 16:48 |
오션 |
Bootstrap Badges and Labels
* description : Bootstrap Badges and Labels
* author : 오션
* email : shlim@repia.com
* lastupdate : 2021-03-25
Badges
배지는 링크와 관련된 항목 수를 나타내는 **숫자 표시기 (numerical indicators)**입니다. |
|
2021/03/29 09:17 |
오션 |
Bootstrap Tabs and Pills
* description : Bootstrap Tabs and Pills
* author : 오션
* email : shlim@repia.com
* lastupdate : 2021-03-29
Menus
대부분의 웹 페이지에는 일종의 메뉴가 있습니다.
HTML에서, 메뉴는 종종 아래와 같이 정렬되지 않은 목록 |
|
2021/05/04 09:58 |
오션 |
CSS Variables
* description : CSS Variables - Variables and JavaScript
* author : 오션
* email : shlim@repia.com
* lastupdate : 2021-05-04
Source of the article
CSS Variables - Variables and JavaScript
Change Variables With JavaScript
CSS 변수는 DOM에 액세스 할 수 있으므로, |
|
2021/05/11 11:07 |
오션 |
HTML Forms - HTML Forms
* description : HTML Forms - HTML Forms
* author : 오션
* email : shlim@repia.com
* lastupdate : 2021-05-11
The Source of this article
HTML Forms
HTML form은 사용자의 입력정보를 수집하기 위해 사용합니다. |
|
2021/05/11 10:31 |
오션 |
HTML Tutorial - HTML Block & Inline Elements
* description : HTML Tutorial - HTML Block & Inline Elements
* author : 오션
* email : shlim@repia.com
* lastupdate : 2021-05-11
Source of the article
HTML Block and Inline Elements
모든 HTML 요소에는 요소 유형에 따라 기본 표시 값이 있습니다. |
|
2020/06/24 23:12 |
오션 |
ICT
* description : ICT
* author : 오션
* email : shlim@repia.com
* lastupdate : 2020-06-24
용어
ICT : Information and Communication Technology (인포메이션 앤 커뮤니케이션 테크널러지) 정보통신기술
의미 |
|
2021/05/31 12:24 |
오션 |
Javascript Break and Continue
* description : Javascript Break and Continue
* author : 오션
* email : shlim@repia.com
* lastupdate : 2021-05-31
the source of this article
Javascript Break and Continue
The For/Of Loop
break 문은 loop에서 빠져나옵니다(jump out). |
|
2021/04/21 18:47 |
오션 |
JavaScript Conditions
* description : JavaScript if else and else if
* author : 오션
* email : shlim@repia.com
* lastupdate : 2021-04-21
The source of this article
JavaScript if else and else if
조건문(Conditional Statements)은 다양한 조건에 근거한 다양한 작업을 하는 데 사용합니다. |
|
2021/04/19 16:32 |
오션 |
jQuery - Ajax get() and post() Methods
* description : jQuery - Ajax get() and post() Methods
* author : 오션
* email : shlim@repia.com
* lastupdate : 2021-04-19
Source of the article
jQuery - Ajax get() and post() Methods
jQuery get() 및 post() 메소드는 |
|
2021/04/19 07:41 |
오션 |
jQuery - css() Method
* description : jQuery - css() Method
* author : 오션
* email : shlim@repia.com
* lastupdate : 2021-04-19
jQuery를 사용하면 요소들의 스타일을 쉽게 조작할 수 있습니다.
jQuery css() Method |
|
2021/04/16 18:41 |
오션 |
jQuery - Get and Set CSS Classes
* description : jQuery - Get and Set Classes
* author : 오션
* email : shlim@repia.com
* lastupdate : 2021-04-16
jQuery를 사용하면 요소들의 스타일을 쉽게 조작할 수 있습니다. |
|
2021/04/16 13:18 |
오션 |
jQuery - Get Content and Atrributes
* description : jQuery Effects - Chaining
* author : 오션
* email : shlim@repia.com
* lastupdate : 2021-04-16
jQuery에는 HTML 요소 및 속성을 변경하고 조작하는 강력한 방법이 포함되어 있습니다. |
|
2021/04/16 14:05 |
오션 |
jQuery - Set Content and Atrributes
* description : jQuery HTML - jQuery Set Content and Attributes
* author : 오션
* email : shlim@repia.com
* lastupdate : 2021-04-16
Set Content - text(), html(), and val()
이전 페이지와 동일한 세 가지 메서드를 사용하여 콘텐츠를 설정합니다. |
|
2021/04/15 14:30 |
오션 |
jQuery Effects - Hide and Show
* description : jQuery Effects - Hide and Show
* author : 오션
* email : shlim@repia.com
* lastupdate : 2021-04-15
jQuery는 HTML 페이지의 이벤트에 응답하도록 맞춤 제작되었습니다. |
|
2021/04/08 22:43 |
오션 |
Sass @extend and Inheritance
* description : Sass @extend and Inheritance
* author : 오션
* email : shlim@repia.com
* lastupdate : 2021-04-08
Ref
Sass @extend and Inheritance
Sass @extend Directive
@extend 지시문을 사용하면 한 셀렉터에서 다른 셀렉터로 |
|
2021/04/08 20:21 |
오션 |
Sass @import
* description : Sass @import and Partials
* author : 오션
* email : shlim@repia.com
* lastupdate : 2021-04-08
Ref
Sass @import and Partials
Sass Nested Rules
Sass는 CSS 코드를 DRY(Don't Repeat Yourself, 중복배제) 상태로 유지합니다. |
|
2021/04/08 21:36 |
오션 |
Sass @mixin and @include
* description : Sass @mixin and @include
* author : 오션
* email : shlim@repia.com
* lastupdate : 2021-07-22
Ref
Sass @mixin and @include
Sass Mixins
@mixin 지시문을 사용하면 웹 사이트 전체에서 재사용할 |
|
2021/07/20 16:15 |
오션 |
Sass settings in VS Code
* description : Sass @extend and Inheritance
* author : 오션
* email : shlim@repia.com
* lastupdate : 2021-07-20
1. VS Code에서 extensions > Live Sass Complier를 설치합니다.
설치를 하면 VS Code 하단의 패널에 |
|
2021/04/08 17:59 |
오션 |
Sass Tutorial
* description : Sass Nested Rules and Properties
* author : 오션
* email : shlim@repia.com
* lastupdate : 2021-04-08
Ref
Sass Nested Rules and Properties
Sass Nested Rules
Sass를 사용하면 HTML과 동일한 방식으로 CSS 셀렉터를 중첩할 수 있습니다. |