본문으로 바로가기

Content Models

category Frontend/HTML 2019. 1. 16. 09:25

Metadata: Content that sets up the presentation or behavior of the rest of the content. These elements are found in the head of the document.
Elements: <base><link><meta><noscript><script><style><title>

Embedded: Content that imports other resources into the document.
Elements: <audio><video><canvas><iframe><img>, <math>, <object><svg>

Interactive: Content specifically intended for user interaction.
Elements: <a><audio><video><button>, <details>, <embed><iframe><img><input><label><object><select><textarea>

Heading: Defines a section header.
Elements: <h1><h2><h3><h4><h5><h6>, <hgroup>

Phrasing: This model has a number of inline level elements in common with HTML4.
Elements: <img>, <span>, <strong><label><br /><small><sub>, and more.

'Frontend > HTML' 카테고리의 다른 글

iframe 사용시 하단에 발생하는 공백 제거방법  (0) 2019.07.25
radio value 가져오기  (0) 2019.01.15
입력양식 (form)  (0) 2019.01.15
멀티미디어 첨부  (0) 2019.01.15
멀티미디어  (0) 2019.01.10