Blending of HTML/SVG elements
Allows blending between arbitrary SVG and HTML elements
HTML Media Capture
Facilitates user access to a device's media capture mechanism, such as a camera, or microphone, from within a file upload control.
HTML5 semantic elements
HTML5 offers some new elements, primarily for semantic purposes. The elements include: `section`, `article`, `aside`, `header`, `footer`, `nav`, `figure`, `figcaption`, `time`, `mark` & `main`.
HTML Imports
Deprecated method of including and reusing HTML documents in other HTML documents. Superseded by ES modules.
Element.insertAdjacentHTML()
Inserts a string of HTML into a specified position in the DOM relative to the given element.
SVG effects for HTML
Method of using SVG transforms, filters, etc on HTML elements using either CSS or the foreignObject element
Inline SVG in HTML5
Method of using SVG tags directly in HTML documents. Requires HTML5 parser.
SVG in HTML img element
Method of displaying SVG images in HTML using <img>.
html element: a
html element: b
html element: bdo
html element: br
html element: col
html element: dd
html element: del
html element: dfn
html element: div
html element: dl
html element: dt
html element: em
html element: h1
html element: h2
html element: h3
html element: h4
html element: h5
html element: h6
html element: hr
html element: html
html element: i
html element: img
html element: ins
html element: kbd
html element: li
html element: map
html element: nav
html element: ol
html element: p
html element: q
html element: rb
html element: rp
html element: rt
html element: s
html element: td
html element: th
html element: tr
html element: tt
html element: u
html element: ul
html element: var
html element: xmp
50 results found.