[html/css]이미지 태그(삽입),css적용
·
HTML|CSS
이미지 넣기 형식 css사용방법 1. external style :외부 파일에 css를 저장하고 불러옴. 2. internal style : 내부 파일에 3. inline style : tag에 style 속성 사용 외부 스타일 파일을 불러온다(여러파일공통스타일) 그림들 여러그림을 보여줍니다 htmlimg { margin: 100px; /*top right left bottom*/ width: 400px; height: 300px; } HTML 삽입미리보기할 수 없는 소스css
[html/css] list작성
·
HTML|CSS
20240730수업 list작성 OrderdList, UnOrderdList 사과 배 바나나 수박 복숭아 포도 바나나 딸기 See the Pen Untitled by 유레이나 (@zdixexqp-the-reactor) on CodePen. ol:ordered list ul:unordered list
[html/css] display mode
·
HTML|CSS
20240730일 수업 display mode 학습 카리나 윈터 원영 유진 카리나 윈터 원영 유진 하니 민지 다니엘 다니엘 해린 혜인 See the Pen Untitled by 유레이나 (@zdixexqp-the-reactor) on CodePen. block : 전체화면의 넓이만큼 공간확보 inline : 콘텐트의 크기만큼만 공간확보 Block 태그 종류 - Iinline 태그 종류 참고문헌 https://www.w3schools.com/html/html_blocks.asp W3Schools.comW3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering pop..