html have a several new tags for example video,audio ..etc | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

html have a several new tags for example video,audio ..etc

see more here: https://www.w3schools.com/html/html5_new_elements.asp

17th May 2018, 12:18 PM
Saman M Dusky
Saman M Dusky - avatar
2 Answers
17th May 2018, 12:32 PM
jay
jay - avatar
0
The List of Content Models In HTML, elements typically belonged in either the block level or inline content model. HTML5 introduces seven main content models. - Metadata - Embedded - Interactive - Heading - Phrasing - Flow - Sectioning ...................... Totally 7 content models 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.
17th May 2018, 12:32 PM
Saman M Dusky
Saman M Dusky - avatar