<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-compatible" content="IE-edge, chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title> HTML4일차 외부 css 파일 가져오기</title>
<link rel="stylesheet" type="text/css" href="./index10.css">
<link rel="stylesheet" type="text/css" href="http://kbsn.or.kr/~eejsh08/index10.css">
</head>
<body>
<div class="box"></div>
<div class="box2"></div>
<br>
<!-- svg: 백터 그래픽 + XML 기반 fill="색이름"
이미지 크기와 관계없이 절대 이미지 출력 색상을 원하는 색으로 변경 가능
svg 배경색 변경은 fill이라는 속성을 이용합니다ㅏ.
-->
<img src="./plus.png" style="width:500px; height:500px; background-color:orange;">
<img src="./plus.svg" style="width:800px; height:800px; background-color:orange;">
</body>
</html>

728x90
'JAVA > HTML' 카테고리의 다른 글
팝업 HTML JavaScript 기록용 (0) | 2023.01.01 |
---|---|
html 기본 소스 (0) | 2022.07.20 |
details / summary (더보기) (0) | 2022.07.16 |
[HTML-id6] 사이트 전체 레이아웃 inline-block:span에 주로 사용하는 속성 (0) | 2022.07.16 |
[HTML-id3]overflow:hidden 이미지 틀안에 숨기기, (0) | 2022.07.16 |
댓글