써도써도 헷갈리는 친구들..
<img alt="abc" src="www.naver.com" />
<div id="hello">hello wecode</div>
위에서
<img src="abc" src="www.naver.com" />
<div id="hello">hello wecode</div>
를 하나의 '요소(Element)라고 하며,
<img>/<div>는 '태그(Tag)',
alt/src/id는 '속성(attributes)',
"abc"/"www.naver.com"/"hello"는 변수(Argument),
hello wecode는 컨텐츠(Content)