WEB(웹)

html 사전

SharingWorld 2018. 5. 24. 15:25
[TAG]   [ Attribute ]


div : 구역

div 안에 class 

.******** : 클래스 설정.


<img src="이미지경로" width="" height="">

이미지 넣기

ex) <img src="./profileImage.png" width="100" height="100">



css 파일 삽입하기

ex) <link rel="stylesheet" type="text/css" href="mystyle.css">