카테고리 없음
src
VIS VITALIS
2017. 4. 28. 19:54
아래의 글을 읽으며 그간 내가 img src의 src를 source가 아닌 service로 잘못 알고 있었음을 알게 되었다.
뒤늦게 아는 것들이 늘 있다.
뒤늦게 잘못 살았다고 아는 것은 아마 가장 슬픈 일들 중 하나일 것이다.
HTML Images
HTML images are defined with the <img> tag.
The source file (src), alternative text (alt), width, and height are provided as attributes:
Example
<img src="w3schools.jpg" alt="W3Schools.com" width="104" height="142">
https://www.w3schools.com/html/html_basic.asp