<img src="">
Insert image. We only use start tag not end tag.
<div></div>
Divide area. Cover many tags.
<span></span>
Designate parts in texts of paragraph or title.
If we type ! and press enter or tab in VS Code, VS Code create outline of basic HTML codes. This function is called 'emmet'.
<div style="background-color: purple"></div>
CSS property is css property name: css property value
<p style="background-color: #ffffff"></p>
We can use CSS in every tag.
'프로그래밍' 카테고리의 다른 글
2023-06-27 javascript (0) | 2023.06.28 |
---|---|
2023-06-19 html, css (0) | 2023.06.19 |
2023-06-17 html (0) | 2023.06.17 |
2023-06-15 html (0) | 2023.06.16 |
2023-06-13 javascript_string (0) | 2023.06.13 |