Help:HTML in wikitext: Difference between revisions

Content deleted Content added
HTML entities: <source> is deprecated in favour of <syntaxhighlight>
Obsolete/deprecated elements: big is not obsolete in Linter
 
(44 intermediate revisions by 18 users not shown)
Line 1:
{{Short description|Usage of HTML tags with MediaWiki}}
<noinclude>{{pp-semi-indef|small=yes}}</noinclude>
 
</noinclude>{{Redirect|WP:HTML|general information about the default markup language on Wikipedia|Wikipedia:HTML5}}{{For|wikitext equivalents to HTML 5tags|Help:Wikitext}}{{Locutions pages header}}
{{Locutions pages header}}
{{Wikipedia how to|H:HTML|WP:HTML}}
 
{{Wiki markup}}
{{HTML}}
The [[MediaWiki]] software, which drives Wikipedia, allows the use of a subset of [[HTML 5]] [[HTML element|elements]], or tags and their [[HTML attribute|attributes]], for presentation formatting.{{r|sanitizer}} But most HTML can be included by using equivalent [[Help:Wiki markup|wiki markup]] or [[Help:Template|templates]]; these are generally preferred within articles, as they are sometimes simpler for most editors and less intrusive in the editing window; but [[Wikipedia:Manual_of_Style#Keep_markup_simple|Wikipedia's Manual of Style]] recommends their use in certain cases. (See [[Help:Wikitext]] for wiki equivalents to HTML tags not otherwise discussed below.) And HTML is useful outside of articles, for example for formatting within templates. For help with Cascading Style Sheet use within Wikipedia see [[Help:Cascading Style Sheets]].
 
The [[MediaWiki]] software, which drives Wikipedia, allows the use of a subset of [[HTML 5HTML5]] [[HTML element|elements]], or tags and their [[HTML attribute|attributes]], for presentation formatting.{{r|sanitizer}} ButHowever, most HTML functionality can be included byreplicated using equivalent [[Help:Wiki markup|wiki markup]] or [[Help:TemplateTemplates|templates]];. theseThese alternatives are generally preferred within articles, asbecause they are sometimesoften simpler for most editors to use and less intrusive in the editing window; butinterface. [[Wikipedia:Manual_of_Style#Keep_markup_simple|Wikipedia's Manual of Style]] recommends theirwhen useand inwhere certainthese alternatives should be casesused. (See [[Help:Wikitext]] for wikiwikitext equivalents to HTML tags not otherwise discussed below.) And HTML is useful outside of articles, for example for formatting within templates. For help with Cascading Style Sheet use within Wikipedia see [[Help:Cascading Style Sheets]].
Some tags look like HTML, but are actually MediaWiki [[#Parser and extension tags|parser and extension tags]], and so are really wiki markup. HTML in pages can be checked for HTML5 compliance by using [[#Validation|validation]]. Some elements and attributes are supported by MediaWiki and browsers, but have been [[Wikipedia:HTML 5|deprecated by HTML 5]], and therefore should no longer be used.
 
{{TOC limit|3}}
HTML can also be useful outside articles, such as for formatting within templates. For assistance with using Cascading Style Sheets on Wikipedia, see [[Help:Cascading Style Sheets]].
 
Some tags lookthat likeresemble HTML, but are actually MediaWiki [[#Parser and extension tags|parser and extension tags]], and so are reallyactually wiki markup. HTML included in pages can be checkedvalidated for HTML5 compliance by using [[#Validation|validation]]. SomeNote that some elements and attributes are supported by MediaWiki and browsers, but have been [[Wikipedia:HTML 5HTML5|deprecated by HTML 5HTML5]], and therefore should no longer be used.{{TOC limit|3}}
 
== Tutorials ==
This help page gives only an overview of allowed markup. For further assistance and detailed specifications:
 
* [https://developer.mozilla.org/en-US/docs/Web/GuideLearn/HTML/HTML5/Introduction_to_HTML5 HTML5 Introduction] at developer.mozilla.org
* [https://www.w3schools.com/html/default.asp HTML5 Introduction] at w3schools.com
 
Line 134 ⟶ 137:
 
==== br ====
{{see|Help:Line-break handling#&lt;br />&gt;| Wikipedia:Don't use line breaks}}
{{tag|br|o}} or {{tag|br|s}} inserts a line break. BothSee versions[[H:BR]] offor the breakother are4 supported by HTML5. Using {{tag|br|o}}versions withoutthat the <code>/</code> breaks [[Wikipedia:Syntax highlighting#Syntax highlighting of wiki-code for editors|syntax highlightingMediaWiki]], sosoftware shouldconverts be avoided.to {{tag|br|cs}} isin invalid.the HTML that browsers read.
 
{{markup
|<nowiki>HyperText<br />Markup Language</nowiki>
|HyperText<br />Markup Language
}}
 
Line 167 ⟶ 170:
 
==== Comments ====
{{see|WPMOS:COMMENT}}
{{tag|!--}} formats the enclosed text as a hidden comment.
 
Line 265 ⟶ 268:
 
==== code ====
{{tag|code}} formats a section of computer code. Styled with [[Cascading Style Sheets|CSS]] through {{MediaWiki source|mediawiki.skinning/elements.less}} as a black [[Monospaced font|monospaced]] typeface with a grey background (#F8F9FA) and border (#EAECF0).
 
{{markup
|<nowiki>use <code>HyperTextthis Markup Languagecode</code></nowiki>
|use <code>HyperTextthis Markup Languagecode</code>
|col2=Renders as<ref name="white bgcolor">For the table cell a white background color was chosen here for a better display of the light gray background.</ref>
|col2style=background-color:#fff;
}}
 
Line 339 ⟶ 344:
 
==== kbd ====
{{tag|kbd}} indicates user input such as keyboard input or voice commands (but ''no'' {{kbd|gray background}} as with the template {{tlx|kbd}}).
 
{{markup
Line 367 ⟶ 372:
{{markup
|<nowiki><pre>HyperText Markup Language</pre></nowiki>
|col2=Renders as<ref name="white bgcolor"/>
 
|col2style=background-color:#fff
 
|<pre>
Line 380 ⟶ 386:
{{markup
|<nowiki><pre>&amp;amp;</pre></nowiki>
|col2=Renders as<ref name="white bgcolor"/>
 
|col2style=background-color:#fff
 
|<pre>
Line 418 ⟶ 425:
[[MOS:QUOTATIONS]] says Wikipedia should instead use "", {{tl|quote}}, or <nowiki><blockquote></nowiki>.
 
==== rp, rt, rtc, ruby ====
 
{{see|Ruby character}}
 
{{tag|ruby}} marks spans of phrasing content with ruby annotations.
* {{tag|rtc}} marks a ruby text container for ruby text components in a ruby annotation
* {{tag|rt}} marks the ruby text component of a ruby annotation; the ruby text shows in a reduced size over top of the normal characters.
* {{tag|rp}} is used to provide parentheses around a ruby text component of a ruby annotation, to be shown by user agents that don’tdon't support ruby annotations.
 
Browsers that do not support ruby characters will show the ruby text in normal size, enclosed in parentheses and after the normal content.
Line 430 ⟶ 438:
{{markup
|<syntaxhighlight lang="html"><ruby>
<rtc><rp>(</rp><rt>とう</rt><rp>)</rp></rtc>
<rtc><rp>(</rp><rt>きょう</rt><rp>)</rp></rtc>
</ruby></syntaxhighlight>
|<ruby>
<rtc><rp>(</rp><rt>とう</rt><rp>)</rp></rtc>
<rtc><rp>(</rp><rt>きょう</rt><rp>)</rp></rtc>
</ruby>
}}
Line 446 ⟶ 454:
 
==== s ====
{{tag|s}} is used to indicate inline content that is no longer accurate or relevant and that has been struck from the page. It is not appropriate when indicating document edits; to mark a span of text as having been removed from a document, use {{tag|del|o}}.
 
{{markup
Line 453 ⟶ 461:
}}
 
Templates: {{tlx|strikethrough}} (for inline content), {{tlx|strikethroughdiv}} (for block content)
 
==== samp ====
Line 459 ⟶ 467:
 
{{markup
|<nowiki>sample output: <samp>HyperText Markup LanguageHTML</samp></nowiki>
|sample output: <samp>HyperText Markup LanguageHTML</samp>
}}
 
Line 539 ⟶ 547:
==== u ====
{{see|MOS:BADEMPHASIS|MOS:QUOTE}}
{{tag|u}} represents a span of text offset from its surrounding content without conveying any extra emphasis or importance, and for which the conventional typographic presentation is underlining; for example, a span of text in Chinese that is a proper name (a Chinese proper name mark), or span of text that is known to be misspelled.
 
{{tag|u|o}} was [[HTML element#Presentational markup|presentational element of HTML]] that was originally used to underline text; this usage was [[deprecated]] in HTML4 in favor of the [[CSS]] style <code>{text-decoration: underline}</code>.<ref name=mozilla>{{cite web |url=https://developer.mozilla.org/en-US/docs/Web/HTML/Element/u |title=&lt;u&gt;: The Unarticulated Annotation (Underline) element | date = 1 August 2020 |access-date= 9 October 2020 | website= mozilla.org}}</ref> In HTML5, the tag reappeared but its meaning was changed significantly: it now "represents a span of inline text which should be rendered in a way that indicates that it has a non-textual annotation".<ref name=mozilla /> This facility is intended for example to provide a red wavy line underline to flag spelling errors at input time but which are not to be embedded in any stored file (unlike an emphasis mark, which would be).
 
{{markup
|<nowiki><u>HyperText Markup Language</u></nowiki>
|<u>HyperText Markup Language</u>
}}
 
Templates: {{tlx|underline}} (which supplies the recommended CSS style)
 
==== var ====
Line 553 ⟶ 563:
 
{{markup
|1=<syntaxhighlight lang="wikitext">
|1=
*<nowiki><var>E</var>=<var>m</var>c<sup>2</sup> (c is a constant not a variable)</nowiki>
*<nowikicode><code>&lt;nowiki&gt;>{{&lt;</nowiki&gt;><var>TemplateName</var>|<var>parameter</var>=<var>value</var>&lt;<nowiki&gt;>}}&lt;/nowiki&gt;</codenowiki></nowikicode>
*<nowiki>If <var>A</var> then <var>B</var></nowiki>
 
</syntaxhighlight>
 
|2=
*<var>E</var>=<var>m</var>c<sup>2</sup> (c is a constant not a variable)<br />
Line 568 ⟶ 581:
 
==== wbr ====
{{see|Help:Line-break handling#&lt;wbr /&gt; and soft hyphens}}
{{tag|wbr|o}} is a word break opportunity; that is, it specifies where it would be OK to add a line-break where a word is too long, or it is perceived that the browser will break a line at the wrong place.
 
Line 605 ⟶ 618:
 
{{markup
|<nowikisyntaxhighlight lang="wikitext">; Term
: Definition 1
: Definition 2</nowikisyntaxhighlight>
|<dl><!-- this wikimarkup does not render in this template -->
<dt>Term</dt>
Line 641 ⟶ 654:
Wikimarkup: use <code>*</code> for items in an unordered list and <code>#</code> for ordered lists.
{{markup
|1=<syntaxhighlight lang="tidwikitext"># Item 1
# Item 2</syntaxhighlight>
|2=<nowiki />
# Item 1
# Item 2
|3=<syntaxhighlight lang="tidwikitext">* Item 1
* Item 2</syntaxhighlight>
|4=<nowiki />
Line 765 ⟶ 778:
== Obsolete/deprecated elements ==
{{main|Wikipedia:HTML5#Obsolete elements and attributes}}
These elements are now obsolete and either deprecated or removed in HTML5, butalthough they are still supported by browsers.<ref name="w3c_obsolete" /> '''Their use should be avoided on Wikipedia.''' These tags either have an alternate tag or a template that replaces their function with CSS; except for {{tag|big}}, the tags are being replaced by editors on pages throughout Wikipedia (see [[Wikipedia:Linter]] for more details). See {{slink|Wikipedia:HTML5#Obsolete elements and attributes}} for more details on obsolete HTML parts and their replacements.
 
=== big ===
{{dc|{{tag|big}} (obsolete)}} was used to render text in a "large" font.
 
Templates: {{tlx|big}} uses CSS.
 
=== center ===
{{for|centering tables|Help:Table#Centering tables}}
{{dc|{{tag|center}} (obsolete)}} iswas used to center text elements.
 
Templates: {{tlx|center}} uses CSS.
 
=== font ===
{{dc|{{tag|font}} (obsolete)}} iswas used to set the font size, font face and color of text.
 
Templates: {{tlx|font}} uses CSS.
 
=== rb ===
{{dc|{{tag|rb}} (obsolete)}} Usedwas used to mark base text in a ruby annotation.
 
For replacements, see: [[Help:HTML in wikitext#rp, rt, rtc, ruby]]
 
=== strike ===
{{dc|{{tag|strike}} (obsolete)}} formatsformatted strike-through characters; use {{tag|s}} or {{tag|odel}} instead, depending on the context.
 
=== tt ===
{{dc|{{tag|tt}} (obsolete)}} formatsformatted text in a fixed-width font. Use {{tag|code|o}}, {{tag|kbd|o}}, {{tag|var|o}}, or {{tag|samp|o}} instead, depending on the context.
 
Templates: {{tlx|mono}} uses CSS.
Line 804 ⟶ 822:
 
== HTML Tidy ==
{{historical |type=section}}
[[HTML Tidy]] is an outdated HTML4 library{{vague|upstream is now HTML5}} that is [[:mw:Parsing/Replacing Tidy|slated for removal]]. Tidy parses the MediaWiki output and cleans it up to increase the likelihood that valid HTML4 is rendered. For example, with Tidy enabled, {{tag|br|o}}, {{tag|br|c}}, {{tag|br/|o}}, {{tag|br.|o}} all rendered as {{tag|br|s}}. Tidy is not enabled for [[Help:MediaWiki namespace|MediaWiki interface pages]]. Tidy was never perfect and has been known to introduce errors.
 
== Exceptions ==
Line 820 ⟶ 839:
 
== See also ==
* [[Help:Wiki markupWikitext]]
* [[Wikipedia:HTML5]]
* [[:Category:Wikipedia XHTML tag-replacing templates]]
 
== References ==
Line 832 ⟶ 852:
== External links ==
* HTML 4.01 specification: [http://www.w3.org/TR/html401/index/elements.html elements] | [http://www.w3.org/TR/html401/index/attributes.html attributes]
* HTML 5.2 specification: [https://www.w3.org/TR/html5/fullindex.html#index-elements elements] | [https://www.w3.org/TR/html5/fullindex.html#attributes-table attributes]
 
{{Wikipedia directories}}
{{Help navigation}}
{{Wikipedia technicaleditor help|collapsednavigation}}
 
[[Category:Wikipedia editor help]]