Wikia

The One Wiki to Rule Them All

Help:HTML

Talk0
4,610pages on
this wiki

For the use of HTML on One Wiki to Rule Them All, see Help:HTML in wikitext


HTML, an initialism of HyperText Markup Language, is the predominant markup language for Web pages. It provides a means to describe the structure of text-based information in a document — by denoting certain text as links, headings, paragraphs, lists, and so on — and to supplement that text with interactive forms, embedded images, and other objects. HTML is written in the form of tags, surrounded by angle brackets. HTML can also describe, to some degree, the appearance and semantics of a document, and can include embedded scripting language code (such as JavaScript) which can affect the behavior of Web browsers and other HTML processors.

Files and URLs containing HTML often have a .html filename extension.


This page uses content from the English Wikipedia. The original content was at HTML. The list of authors can be seen in the page history. As with this wiki, the content of Wikipedia is available under the Creative Commons Attribution-Share Alike License 3.0 License.
Code image
HTML (Hypertext Markup Language) is a language used on many websites to format layout and content. Wiki pages are generally managed by wikitext rather than HTML, however, so only a limited number of HTML tags can be used on wiki pages.

HTML tags that can be used on Wikis

The following HTML tags can be used at Wikia:

  • <abbr>
  • <acronym> (deprecated)
  • <b>
  • <big> (deprecated)
  • <blockquote>
  • <br />
  • <caption>
  • <center> (deprecated)
  • <cite>
  • <code>
  • <dd>
  • <del>
  • <div>
  • <dl>
  • <dt>
  • <em>
  • <font> (deprecated)
  • <h1>
  • <h2>
  • <h3>
  • <h4>
  • <h5>
  • <h6>
  • <hr>
  • <i>
  • <ins>
  • <li>
  • <ol>
  • <p>
  • <pre>
  • <q>
  • <rb>
  • <rp>
  • <rt>
  • <ruby>
  • <s>
  • <small>
  • <span>
  • <strike> (deprecated)
  • <strong>
  • <sub>
  • <sup>
  • <table>
  • <td>
  • <th>
  • <tr>
  • <tt> (deprecated)
  • <u>
  • <ul>
  • <var>
  • <!-- ... -->

Usage Notes

Keep it friendly. The use of wikitext is recommended wherever possible, as HTML makes the text in the edit box harder to read and more intimidating for new users. Complex uses of HTML and CSS can be hidden away in templates where they are less likely to get in the way of the casual editor.

Combine with CSS. CSS classes (class="classname") can be stored in site stylesheets. Both classes and CSS inline styles (style="color:pink;") can be used with the HTML tags listed above, but note that classes and styles can also be used with many types of wikitext, especially tables, table rows and cells.

See also

Further Help & Feedback



Source Mode — The Safe way to edit
Source mode is designed to handle complex html codes on an article, allowing to reduce the amount of unwanted breaks and codes that sometimes automaticly are add on your article. If you are using templates, span, p, div or other complex code. Source mode is an forced option. Click "Expand" to learn how to you can switch to this mode and make your code look cleaner.

Location Source

Here are some usefull tips:

  • When copy or pass content always use source mode! Unless you want to include the html lay-out settings from an external site.
  • When you see Double Brackets Icon in edit area on your visual editor. It refers to content with an code that is not supported or to complex for the visual editor to handle example double brackets codes. In source mode you will see this content as {{ }} or <> </> are supported in the visual editor and will be displayed like this in the source mode.
  • When you see Comment Icon in edit area on your visual editor it refers to an comment. In source mode you will see this content as <!-- -->
  • Wikia designed an special language named wikitext to make editing more easy. This language is supported in the visual editor and will not easy break in the visual editor unlike other languages.
  • Some html tags like <u> </u> or <s> </s> are supported in the visual editor.
  • You can also enter source mode in forum or message wall comments by clicking on the Comment Source Modus source icon.
  • You can only edit templates in the source mode.

Photos

Add a Photo
4,725photos on this wiki
See all photos >

Recent Wiki Activity

See more >

Around Wikia's network

Random Wiki