전체 글

박정수가 공부한 자료를 남기기 위한 블로그
영어공부

CSS Lists

HTML Lists and CSS List Properties In HTML, there are two main types of lists: unordered lists () - the list items are marked with bullets ordered lists () - the list items are marked with numbers or letters The CSS list properties allow you to: Set different list item markers for ordered lists Set different list item markers for unordered lists Set an image as the list item marker Add backgroun..

영어공부

CSS Links

With CSS, links can be styled in different ways. css로 링크는 다른 방식으로 표현될수 있다. Styling Links Links can be styled with any CSS property (e.g. color, font-family, background, etc.). 링크 표현하기 링크는 어떤 css 속성으로도 표현될 수 있다. (예를들면, color, font-family, backgoround 등) In addition, links can be styled differently depending on what state they are in. The four links states are: a:link - a normal, unvisited link a:..

영어공부

How To Add Icons

The simplest way to add an icon to your HTML page, is with an icon library, such as Font Awesome. Add the name of the specified icon class to any inline HTML element (like or ). All the icons in the icon libraries below, are scalable vectors that can be customized with CSS (size, color, shadow, etc.) 너의 html page에 icon을 추가하는 가장 쉬운방법은 font Awesome 과 같은 library 이다. 나 과 같은 html 요소안에 명시된 icon class의..

jeongsu
Park_jeong_su