처음부터 다시 배우는 HTML5 & CSS3 강의자료 5일차Michael Yang1.케스케이딩 스타일 시트(CSS) 이해하기
2.CSS의 진화 과정
3.CSS와 HTML의 상호작용 원리
4.CSS 일반 규칙과 CSS3에서 추가된 속성
5.클래스 선택자와 아이디 선택자의 차이점
처음부터 다시 배우는 HTML5 & CSS3 강의자료 5일차Michael Yang1.케스케이딩 스타일 시트(CSS) 이해하기
2.CSS의 진화 과정
3.CSS와 HTML의 상호작용 원리
4.CSS 일반 규칙과 CSS3에서 추가된 속성
5.클래스 선택자와 아이디 선택자의 차이점
[WEB UI BASIC] CSS_1Jae Woo WooThis document discusses the basics of CSS3 and HTML. It covers setting the character encoding to UTF-8, creating unordered lists with <ul> tags, the order of opening and closing tags, using comments with <!-- -->, and applying CSS styles either inline with the style attribute or with an external CSS file. The goal is to beautify HTML pages with CSS.
2014 SXSW Interactive Awards FinalistsBaik SeunggwonThis document lists various projects in different categories such as Hollow MicroLoan Charity Box, Disney Animated, DeviantART, CareSync, Fort McMoney, An Idea Lives On, Aco Virtual, The Little Red Logo that Transformed the Marriage Equality Narrative, Heart of the High Country, and Remote Control Tourist. The projects cover topics including charity, animation, art, healthcare, experimental films, documentaries, music, personal work, student work, and technical achievement.
HTML & CSS Workshop NotesPamela FoxThis document summarizes an introductory workshop on web technologies including HTML, CSS, and the document object model (DOM). It provides an overview of the history and basics of HTML, how to set up a basic website, and introductions to CSS, the DOM, and additional web technologies covered in the workshop like forms and positioning.
알아봅시다, Polymer: Web Components & Web AnimationsChang W. DohGDG Korea WebTech : 시작하세요, Polymer, Oct, 11, 2014.
Let's learn about specifications before diving into Polymer:
- Web Components
- Web Animations
This slide includes resources from HTML5Rocks, Polymer and PolyTechnic.
HTML,CSS Next지수 윤The document discusses HTML, CSS, and JavaScript concepts including:
- Using HTML and CSS for static and interactive user interfaces.
- Code examples for CSS prefixes, accordion components, promises, async functions and error handling, sliding animations and image loading.
- Variable declarations and scope, constant variables, type checking, for loops, and array mapping in JavaScript.
- Debugging with breakpoints and examining the call stack.
- Selecting elements, creating elements, and adding event listeners in the DOM.
Front-End 개발의 괜찮은 선택 ES6 & React지수 윤The document discusses the history and challenges of front-end development. It notes that initially there were many different front-end tools that made selection difficult. Frameworks became popular but could be incompatible and difficult to decouple. It suggests that ES6 and React provide a good foundation for building front-ends, as React code can be written in ES6 and they avoid issues of other frameworks.
JavaScript OOP Pattern지수 윤The document discusses object-oriented programming concepts in JavaScript including object creation, prototypes, inheritance and the this keyword. It shows examples of creating Name constructor functions and Name objects, setting and getting name properties, using prototypes to share methods between objects, and checking object types and relationships like instanceof.
6주 javaScript 시작하며지수 윤The document discusses the basics of JavaScript including how it works in browsers, its core syntax, and basic function usage. It provides examples of writing an avg() function that calculates averages and a dummy() function that reverses the order of elements in an array.
162.
!DOCTYPE html
html
head
meta charset=”utf-8” /
titleNEXT !/title
style
span {
color :red;
}
/style
/head
!
body
span HELLO NEXT ! /span
/body
/html
166.
span {
color :red;
}
!DOCTYPE html
html
head
meta charset=”utf-8” /
titleNEXT !/title
link rel=”stylesheet” type=”text/css” href=”main.css” /
/head
!
body
span HELLO NEXT ! /span
/body
/html
main.css
343.
!DOCTYPE html
html
head
meta charset=”utf-8” /
titleNEXT !/title
style
span {
color :red;
}
/style
/head
!
body
span HELLO NEXT ! /span
/body
/html
345. 지정하기
!DOCTYPE html
html
head
meta charset=”utf-8” /
titleNEXT !/title
style
#spantag {
color :red;
}
/style
/head
!
body
span id=”spantag” HELLO NEXT ! /span
/body
/html
348. 지정하기
!DOCTYPE html
html
head
meta charset=”utf-8” /
titleNEXT !/title
style
.spanClass {
color :red
}
/style
/head
!
body
span class=”spanClass” HELLO NEXT ! /span
/body
/html
383. )
#jisu span { color :red }
div id=”jisu”
div
span span tag /span
/div
span span tag 2 /span
/div
#jisu span { color :red }
div id=”jisu”
div
span span tag /span
/div
span span tag 2 /span
/div
717. ???
border
next는 SW인재를 양성하기 위한 SW전문학교입니다. 그
곳에는 윤지수교수님과 같이 참 좋은 분도 계세요. 그런 분
을 통해서 수업을 듣게 된다는 건 가슴설레는 일이죠. next
는 SW인재를 양성하기 위한 SW전문학교입니다. 그곳에
는 윤지수교수님과 같이 참 좋은 분도 계세요. 그런 분을
통해서 수업을 듣게 된다는 건 가슴설레는 일이죠. next는
SW인재를 양성하기 위한 SW전문학교입니다. 그곳에는
윤지수교수님과 같이 참 좋은 분도 계세요. 그런 분을 통해
서 수업을 듣게 된다는 건 가슴설레는 일이죠. next는 SW
인재를 양성하기 위한 SW전문학교입니다. 그곳에는 윤지
수교수님과 같이 참 좋은 분도 계세요. 그런 분을 통해서
수업을 듣게 된다는 건 가슴설레는 일이
content
736.
padding
next는 SW인재를 양성하기 위한 SW전문학교입니다. 그
곳에는 윤지수교수님과 같이 참 좋은 분도 계세요. 그런 분
을 통해서 수업을 듣게 된다는 건 가슴설레는 일이죠. next
는 SW인재를 양성하기 위한 SW전문학교입니다. 그곳에
는 윤지수교수님과 같이 참 좋은 분도 계세요. 그런 분을
통해서 수업을 듣게 된다는 건 가슴설레는 일이죠. next는
SW인재를 양성하기 위한 SW전문학교입니다. 그곳에는
윤지수교수님과 같이 참 좋은 분도 계세요. 그런 분을 통해
서 수업을 듣게 된다는 건 가슴설레는 일이죠. next는 SW
인재를 양성하기 위한 SW전문학교입니다. 그곳에는 윤지
수교수님과 같이 참 좋은 분도 계세요. 그런 분을 통해서
수업을 듣게 된다는 건 가슴설레는 일이
content
border
margin
746. 설정
next는 SW인재를 양성하기 위한 SW전문학교입니다. 그
곳에는 윤지수교수님과 같이 참 좋은 분도 계세요. 그런 분
을 통해서 수업을 듣게 된다는 건 가슴설레는 일이죠. next
는 SW인재를 양성하기 위한 SW전문학교입니다. 그곳에
는 윤지수교수님과 같이 참 좋은 분도 계세요. 그런 분을
통해서 수업을 듣게 된다는 건 가슴설레는 일이죠. next는
SW인재를 양성하기 위한 SW전문학교입니다. 그곳에는
윤지수교수님과 같이 참 좋은 분도 계세요. 그런 분을 통해
서 수업을 듣게 된다는 건 가슴설레는 일이죠. next는 SW
인재를 양성하기 위한 SW전문학교입니다. 그곳에는 윤지
수교수님과 같이 참 좋은 분도 계세요. 그런 분을 통해서
수업을 듣게 된다는 건 가슴설레는 일이
content
margin
border