|
deviantART Status Read the latest site status updates and hot information regarding deviantART! |
Gallery Stats Page Issue $ewm, 1h 51m ago |
<> and when you wish to end your specified formatting style you need to end it with the closing tag </>. Anything between these tags will be displayed in the specified style.
<acronym> tag, and close using the </acronym> tag, the format for this is the following. <acronym title="popup text"><a href="link Url">link description</a></acronym>
<strong>, and the closing
tag is </strong>. You may also use <b>, as the opening tag and </b> as the closing tag. If you do not use the closing tag, then all text will be displayed in bold.
<strike>, and the
closing tag is </strike>. You may also use <s>, as the opening tag and </s> as the closing tag. If you do not use the closing tag, then all text will be displayed striked out.
<blockquote>My indented text</blockquote>.
<code>, follow by the closing
tag </code>.
<em>, and the closing tag is
</em>. You may also use <i>, as the opening tag and </i> as the closing tag. If you do not use the closing tag, then all
text will be displayed in Italics.
<u>, and the
closing tag is </u>. If you do not use the closing
tag, then all text will be displayed underlined.
<sub>, and the
closing tag is </sub>. If you do not use the closing
tag, then all text will be displayed in subscript.
<sup>, and the
closing tag is </sup>. If you do not use the closing
tag, then all text will be displayed in superscript.
<ol> which must be ended with
the format </ol>, between these two codes you will need to enter <li> which must be ended with
the format </li>.
<li> code must be used for each new numbered entry that you wish to be created.
<ul>
and </ul> to end it as opposed to <ol> and </ol>.
<h2></h2> and <h3></h3>, may also be used.