목록STUDYING/WEB (22)
MY MEMO
강의 생활코딩 : https://opentutorials.org/course/1 CSS : Cascading Style Sheet +) Cascading : 최상위 노드 부터 아래로 스타일 속성들이 상속되는 모습이 마치 폭포처럼 보이기 때문 CSS는 독립된 언어 -> HTML을 디자인하기 위하여 고안된 것 html파일 안에서 쓸때는 H1 {color:red}H1 : 선택자 selector {color:red} : 서술 description 박스모델? css를 이용해서 html의 위치 부피 여백을 지정하는 것이 box model이다 chrome 브라우저의 개발자 도구에서 픽셀을 변화시키면서 실질적으로 볼 수 있음. 그럼 연습 코드를 보자 코드는 모두참고 : https://opentutorials.org/c..
Before you know the HTML you have to know what is www you can usually see the www whe you write down the url like "www.google.co.kr" * Definition of World Wide Web : The network information space for link Web page and file HTML is for making Web page. +) the founder of WWW is Tim berners Lee. he made it for share research material to other university's researcher. * HTML is abbreviation of Hyper..