We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Supporting most of the HTML spec to be able to write/read any HTML document
Document metadata
<html>
<head>
<body>
<html><head></head><body></body></html>
<link>
<meta>
<title>
<base>
Content sectioning
<blockquote>
<address>
<article>
<aside>
<header>
<footer>
<hgroup>
<main>
<nav>
<section>
<search>
<figure>
<figcaption>
<menu>
Text content
<dl>
<dd>
<dt>
<hr>
<ol>
<ul>
<li>
<p>
<pre>
Inline text semantics
<a>
<abbr>
<b>
<strong>
<i>
<em>
<u>
<s>
<cite>
<code>
<data>
<time>
<dfn>
<q>
<samp>
<small>
<var>
<bdi>
<bdo>
<ruby>
<rp>
<rt>
<del>
<ins>
<span>
<br>
<wbr>
Image and multimedia
<img>
<picture>
<audio>
<video>
<track>
<area>
<map>
Embedded content
<iframe>
<portal>
<fencedframe>
<embed>
<object>
SVG and MathML
<svg>
<math>
Scripting
<script>
<style>
<noscript>
<canvas>
Table content
<table>
<caption>
<col>
<colgroup>
<tbody>
<td>
<tfoot>
<th>
<thead>
<tr>
Forms
<button>
<input>
<select>
<meter>
<datalist>
<fieldset>
<form>
<label>
<legend>
<optgroup>
<option>
<output>
<progress>
Interactive elements
<details>
<summary>
<dialog>
Web Components
<my-element>
<slot>
<template>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Supporting most of the HTML spec to be able to write/read any HTML document
Read
Write
Document metadata
<html>
,<head>
,<body>
(automatically as<html><head></head><body></body></html>
)<link>
<meta>
)<meta>
(Metadata Form)<title>
(mirror<meta>
)<base>
(literal only)Content sectioning
<blockquote>
(Node Mark)<address>
(Node Mark)<article>
(Node Mark)<aside>
(Node Mark)<header>
,<footer>
(Node Mark)<hgroup>
(Node Mark)<main>
(Node Mark)<nav>
(Node Mark)<section>
(Node Mark)<search>
(Node Mark)<figure>
,<figcaption>
(Node Mark)<menu>
(Node Mark)Text content
<dl>
,<dd>
,<dt>
(Node)<hr>
(Node)<ol>
,<ul>
,<li>
(Node)<p>
(Node)<pre>
(Node)Inline text semantics
<a>
(Mark)<abbr>
(Mark)<b>
,<strong>
(Mark)<i>
,<em>
(Mark)<u>
(Mark)<s>
(Mark)<cite>
(Mark)<code>
(Mark)<data>
,<time>
(Mark)<dfn>
(Mark)<q>
(Mark)<samp>
(Mark)<small>
(Mark)<var>
(Mark)<bdi>
(Mark)<bdo>
(Mark)<ruby>
(Mark)<rp>
,<rt>
(literal only)<del>
(Mark)<ins>
(Mark)<span>
(Mark)<br>
,<wbr>
(Node)Image and multimedia
<img>
,<picture>
,<audio>
,<video>
,<track>
(Node)<area>
,<map>
(Dependent node of<img>
)Embedded content
<iframe>
,<portal>
,<fencedframe>
,<embed>
,<object>
(Website Node with switch)SVG and MathML
<svg>
(Vector Drawing Node)<math>
(Formula Node)Scripting
<script>
(literal only)<style>
(literal only)<noscript>
(literal only)<canvas>
(literal only)Table content
<table>
(Node)<caption>
,<col>
,<colgroup>
,<tbody>
,<td>
,<tfoot>
,<th>
,<thead>
,<tr>
(Dependent node)Forms
<button>
,<input>
,<select>
,<meter>
,<datalist>
,<fieldset>
,<form>
,<label>
,<legend>
,<optgroup>
,<option>
(Quiz Container Elements)<output>
,<progress>
(literal only)Interactive elements
<details>
(Node)<summary>
(Dependent node)<dialog>
(Node)Web Components
<my-element>
,<slot>
,<template>
(Widget System)The text was updated successfully, but these errors were encountered: