ForumIAS HTML code cheatsheet

You may find this document useful in case you are a content writer for ForumIAS.com. Apart from standard HTML ForumIAS Platform – both Home and /discussions supports the code given below to create kickass content.

<strong>Some text here</strong>

Output:
Some Text Here

<s>Some text here</s>

Output:
Some Text Here

<div class="content-box-green">Some text here</div>

Output:

Some text here

<div class="content-box-blue">Some text here</div>

Output:

Some text here

<div class="content-box-red">Some text here</div>

Output:

Some text here

<div class="content-box-yellow">Some text here</div>

Output:

Some text here

<div class="content-box-gray">Some text here</div>

Output:

Some text here

<div class="content-box-purple">Some text here</div>


Output:

Some text here

<div class="amber-box">Some text here</div>


Output:

Some text here

<div class="bbox">Some text here</div>
Output:

Some text here

<div class="gbox">Some text here</div>

Output:

Some text here

Labels

<span class="label-blue">Some text here</span>

Output:
Some text here is a label.


<span class="label-black">Some text here</span>

Output:
Some text here is a label


<span class="label-skyblue">Some text here</span>

Output:
Some text here is a label.


<span class="label-red">Some text here</span>

Output:
Some text here is a label.


<span class="label-maroon">Some text here</span>

Output:
Some text here is a label


<span class="label-crimson">Some text here</span>

Output:
Some text here is a label.


<span class="label-teal">Some text here</span>

Output:
Some text here is a label.