New members please read the following before posting contents in ISC for a good appearance and for a neat presentation.
Many new members do not know how to post articles with a neat and attractive presentration in ISC. Don't worry! This will help you for sure!
HTML is the main language of creating a website that a web browser can understand and even while posting articles in ISC, the same thing is followed.
1.To make your text bold :
<b>Welcome to ISC!</b>
The result will be like this.
Welcome to ISC!
2.To underline your text :
<u>Welcome to ISC!</u>
The result will be like this.
Welcome to ISC!
3.To type your text in italics :
<i>Welcome to ISC!</i>
The result will be like this.
Welcome to ISC!
4.To make your text coloured :
<font color=red>Welcome to ISC!</font>
The result will be like this.
Welcome to ISC!
We can also use colors like blue, green, brown, pink, yellow, etc.
blue: Welcome to ISC!
green: Welcome to ISC!
5.To make your text bigger in size :
<font size=4>Welcome to ISC!</font>
The result will be like this.
Welcome to ISC!
You can also mix two HTML tags like this:
<i><b>Welcome to ISC!</i></b>
The result will be like this.
Welcome to ISC!
6.To make a click able link :
<A HREF="http://www.indiastudychannel.com/">India Study Channel</A>
The result will be like this.
India Study Channel
7.You can also make any word to be struck. Follow these steps!
<s>Get your word striked!</s> Get your word struck!
The result will be like this :
Get your word striked! Get your word struck!
8.You can also make subscripts and superscripts .
Subscript:-
H<sub>2</sub>0 is the chemical formula of water.
The result will be like this .
H20 is the chemical formula of water.
Superscript
(2+3)<sup>3</sup> = 125
The result will be like this .
(2+3)3 = 125
9.You can also upload any image which is not so difficult !
You can use the following link:
How to upload an image.
10.To make a list of something, in numbers and bullets, follow this.
Symbols
<UL> <LI> red <LI> orange <LI> green <LI> blue <LI> purple <LI> black <LI> brown </UL>
The result will be like this .
- red
- orange
- green
- blue
- purple
- black
- brown
Numbered
<OL> <LI> red <LI> orange <LI> green <LI> blue <LI> purple <LI> black <LI> brown </OL>
The result will be like this .
- red
- orange
- green
- blue
- purple
- black
- brown
11.To make your text in teletype follow this.
<tt>Welcome to ISC!</tt>
The result will be like this .
Welcome to ISC!
12.To make a horizontal line as used above after each point, follow this.
<hr>
The result will be a horizontal line.
Hope the above informations would have helped you!
Regards, Kevin.
Hate the sin and love the sinner. Make a neat presentation !!
|
| Author: Arun 24 Sep 2009 | Member Level: Gold | Rating:  Points: 2 |
Hi,
Thanks for the suggestion and the html codes, I will try to use these codes in future for my postings so the my post is looking nice.
Thanks! :)
If you have anything to share about Himachal Pardesh, Come to Dev bhoomi himachal
|
| Author: lion tiger 24 Sep 2009 | Member Level: Gold | Rating:  Points: 1 |
Hi friend!
Really a great work done by you! Regards, Liontiger.
|
| Author: Kevin 25 Sep 2009 | Member Level: Gold | Rating:  Points: 1 |
Thank you friends! But I think this could have been much better if it was posted in the resource section.
Regards, Kevin.
Hate the sin and love the sinner. Make a neat presentation !!
|
| Author: Jose Mathew 26 Sep 2009 | Member Level: Platinum | Rating:  Points: 1 |
Hi,
It is good for the new members and also useful for those who do not know the HTML codes.
With regards Jose Mathew Webmaster ISC
|