Can someone tell different types of content models in HTML and in which category <audio> belongs to. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Can someone tell different types of content models in HTML and in which category <audio> belongs to.

Help me out

23rd Jul 2020, 10:57 AM
Apoorva N
2 Answers
+ 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.
23rd Jul 2020, 11:30 AM
Karak10
Karak10 - avatar
+ 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
23rd Jul 2020, 11:30 AM
Karak10
Karak10 - avatar