<dd>:<div><dl><dt><figcaption><figure>
5.Inline text semantics
Use the HTML-inline text semantic to define the meaning, structure, or style of a word, line, or any arbitrary place of te Xt.
<abbr><b><bdi><bdo><br><cite><code><data><dfn><em> <i><kbd><mark><q><rp><rt><rtc><ruby><s><samp>< Small><span><strong><sub><sup><time><u><var><wbr>
6.Image and Multimedia
HTML supports various multimedia resources such as images, audio, and video.
<area><audio><map><track><video>
7.Embedded Content
In addition to regular multimedia content, HTML can include a variety of other content, even if it's not always easy to in Teract with.
<embed><object><param><source>
8.Scripting
In order to create dynamic content and Web applications, HTML supports the use of scripting languages, most prominently Ja Vascript. Certain elements supports this capability.
<canvas><noscript><script>
9.Demarcating edits
These elements let's provide indications that specific parts of the text has been altered.
<del><ins>
10.Table Content
The elements here is used to create and handle tabular data.
<caption><col><colgroup><table><tbody><td><tfoot><th><thead ><tr>
11.Forms
HTML provides a number of elements which can be used together to create forms which the user can fill out and submit to th e Web site or application. There ' s a great deal of further information about this available in the HTML forms guide. ([HTML Forms Guide] Wrap it up next week)
<button><datalist><fieldset><form><input><keygen><label><legend ><meter><optgroup><option><output><progress><select><textarea>
12.Interactive elements
HTML offers a selection of elements which help to create interactive user interface objects.
<details><dialog><menu><menuitem><summary>
13.WEB components
Web html-related Technology which makes it possible to, essentially, create and use custom elements as if It were regular HTML. In additon, you can even create custom versions of the standard HTML elements, as well.
<content><element><shadow><template>
14.Obsolete and deprecated elements
<acronym><applet><basefont><big><blink><center><command><content ><dir><font><frame><frameset><isindex><keygen><listing>< Marquee><noembed><plaintext><spacer><strike><tt><xmp>
HTML Elements Sub-category introduction