로딩
요청 처리 중입니다...

HTML - <img> 태그로 이미지 출력하기, favicon

 HTML - <img> 태그로 이미지 출력하기, favicon

Github: https://github.com/leejaeseong11/frontend-study/tree/main/HTML#learn-the-basics frontend-study/HTML at main · leejaeseong11/frontend-study Contribute to leejaeseong11/frontend-study development by creating an account on GitHub. github.com 출처: https://www.w3schools.com/html/html_intro.asp 태그로 이미지 출력하기 이미지는 웹 페이지의 디자인과 모양을 향상 시킬 수 있다. 태그를 이용해 이미지를 웹 페이지에 삽입한다.

이미지가 기술적으로 삽입되는 것은 아니고, 링크가 되는 것이다. 태그가 이미지를 보관할 공간을 만든다. - 태그는 src와 alt 속성을 필수로 요구한다. - src 속성은 이미지의 경로(UR...

# favicon # html # img # picture # 이미지맵