cs/html-css-basic

[HTML/CSS] 1-1. 핵심 HTML

Lomo 2022. 3. 9. 11:19
반응형

1. 핵심 HTML

<div><p>마크업</p></div>

여는 태그, 내용, 닫는 태그

 

<img src="이미지주소" width="300" height="100">

<input type ="text" placeholder="입력하세요">

콘텐츠가 태그에 포함되어 있는 경우에는, 닫는 태그가 없습니다.

 

핵심 HTML

  • <a> <body> <button> <div> <html>
  • <i> <img> <input> <label> <li> <link>
  • <meta> <nav> <p>
  • <script> <section> <span> <style> <ul>

 

 

 


반응형