+ 2
Can someone tell different types of content models in HTML and in which category <audio> belongs to.
Help me out
2 Antworten
+ 2
Metadata:
Content that sets up the presentation or behavior of the rest of the content. These elements are found in the <head> section of the document.
Elements: <base>,<link>,<meta>,<noscript>,<script>,<style>,<title>
Embedded:
Content that imports other sources 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>Phrasing:This model has a number of inline elements in common with HTML4.
Elements: <img>,<span>,<strong>,<label>,<br>,<small>,<sub>, and more.
+ 1
The two last models are the following:
Flow content:
Contains the majority of HTML5 elements that would be included in the normal flow of the document.
Sectioning content:
Defines the scope of the headings, content, navigation, and footers.
Elements: <article>,<aside>,<nav>,<section>,<footer>,<header>
See this: http://karak10notes.c1.biz/models.jpg