프로그래밍 언어/HTML+CSS+JS
자주 사용하는 HTML 태그
duru.
2022. 9. 30. 12:00
- span 태그 : <span style="color:red">특정 글자</span>
- a 태그 : <a href="http://naver.com/"> 하이퍼링크 </a>
- img 태그 : <img src="https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png" />
- input 태그 : <input type="text" />
- button 태그 : <button> 버튼</button>
- textarea 태그 : <textarea> </textarea>