Help:HTML
Jump to navigation
Jump to search
Basics
- https://www.w3.org/community/webed/wiki/HTML/Training / w3c-webed:HTML/Training / w3c:HTML/Training
- HTML basics at MDN
Notes on using HTML with MediaWiki
- Help:HTML in wikitext
- mw:Manual:$wgRawHtml
- Extension HTMLets :(local page / source / source mirror at GitHub) : Download for MediaWiki version 1.35 / 1.39 / 1.43 / (rr)
- Extension HTML Tags :(local page / Tags source / Tags source mirror at GitHub) : Download for MediaWiki version 1.35 / Tags 1.39 / 1.43 / (rr)
- Configuration
- wfLoadExtension( 'HTMLTags' );
- $wgHTMLTagsAttributes['a'] = [ 'href', 'class' ];
- Usage example:
- <htmltag tagname="a" href="http://en.wikipedia.org/wiki/Antarctica" class="my-links">Read about Antarctica</htmltag>
- Extension Secure HTML :(local page / HTML source / HTML source mirror at GitHub) : Download for MediaWiki version 1.35 / HTML 1.39 / 1.43 / (rr)
- Extension NamespaceHTML :(local page / source / source mirror at GitHub) : Download for MediaWiki version 1.35 / 1.39 / 1.43 / (rr)
- Extension Widgets :(local page / source / source mirror at GitHub) : Download for MediaWiki version 1.35 / 1.39 / 1.43 / (rr)
- Add HTML 5 semantic elements 'details' and 'summary' to Sanitizer whitelist phabricator:T31118
- Allow use of semantic HTML5 elements in wikitext phabricator:T25932
Testing HTML elements
Semantic tags
- <a />
- <a>test</a> see: phabricator:T35886
- <address />
- <address>test</address> see: [[phabricator:T2671]
- <article />
- <article>test</article>
- <aside />
- <aside>test</aside> see: phabricator:T104770
- <details /> and <summary />
- <details><summary>Show/hide contents</summary>
test </details> see: phabricator:T31118
- <footer />
- <footer>test</footer>
- <header />
- <header>test</header>
- <link />
- <link>test</link>
- <main />
- <main>test</main>
- <meta />
- <meta>test</meta>
- <meter />
- <meter>test</meter> see: phabricator:T211259
- <nav />
- <nav>test</nav>
- <progress />
- <progress>test</progress>
- <section />
- <section>test</section> see: phabricator:T32597
- <source />
- see: phabricator:T39042
test
- <style />
- <style>test</style> see: phabricator:T37704
Sections
- <body />
- <body>test</body>
- <article />
- <article>test</article>
- <section />
- <section>test</section>
- <nav />
- <nav>test</nav>
- <aside />
- <aside>test</aside>
- <h1 />
test
- <h2 />
test
- <h3 />
test
- <h4 />
test
- <h5 />
test
- <h6 />
test
- <hgroup />
- <hgroup>test</hgroup>
- <header />
- <header>test</header>
- <footer />
- <footer>test</footer>
- <address />
- <address>test</address>
Grouping content
- <p />
test
- <hr />
test- <pre />
test
- <blockquote />
test
- <ol />
- test
- <ul />
- test
- <menu />
- <menu>test</menu>
- <li />
- test
- <dl />
- test
- <dt />
- test
- <dd />
- test
- <figure />
- <figure>test</figure>
- <figcaption />
- <figcaption>test</figcaption>
- <main />
- <main>test</main>
- <div />
- test
Text-level semantics
- https://html.spec.whatwg.org/multipage/text-level-semantics.html
- <em />
- test
- <strong />
- test
- <small />
- test
- <s />
test- <cite />
- test
- <q />
test
- <dfn />
- test
- <abbr />
- test
- <data />
- test
- <var />
- test
- <samp />
- test
- <sub />
- test
- <sup />
- test
- <i />
- test
- <b />
- test
- <u />
- test
- <mark />
- test
- <br />
test- <wbr />
test
Edits
Embedded content
- <picture />
- <picture>test</picture>
- <source />
test
- <img />
- <img>test</img>
Embedding
- <iframe />
- <iframe>test</iframe>
- <embed />
- <embed>test</embed>
- <object />
- <object>test</object>
Media
Image maps
Other embedded content
Tabular data
TBD
Forms
TBD
Input and buttons
- https://html.spec.whatwg.org/multipage/input.html
- https://html.spec.whatwg.org/multipage/form-elements.html
TBD
Interactive
TBD
Scripting
TBD
Canvas
TBD
Custom elements
TBD
Missing from HTML5
TBD
Microdata
TBD
Other tags
(To do: separate out by block vs. span types)
- <blockquote />
test
- <code />
test
- <kbd />
- test
- <pre />
test