How to make your post good and How to Use HTML Tags
Hello Dear members,Many of the members in MHS don't know about HTML and how it helps to make your post more attractive to read. Remember some important tags while posting like Heading Tags , Bold tags , anchor tag , Font , etc .
HOW TO USE THESE TAGS?
1] Make sure that if you open any tag it must be close by end tag.
Opening of tag : Heading tags like H1, H2, H3, H4, H5 , H6 can be use H is largest size and H6 is smallest one.
2] Any tag must be written in < > <[h1]> and must closed by [H1]> "/" is important to close the tag.
Don't put that square bracket I use it because otherwise it can not be visible to you.
And must you it for your Title only.
Example <[h1]>MaharashraSpider[h1]>
When you submit this you get it like
MaharashtraSpider
.3] Bold Tag : This tag is use for highlighting the main points in your main data.
This is done by "B" Tag use us <[B]> and close as [B]>.
Example <[b]> Hello [b]>
When you submit Hello will looks like Hello.
4] Font Tag : This tag is use for coloring your text.
This is use as <[font]> and closed as [font]>
In this tag you have to use its attribute names as color.
Example : <[font color=red]> Hello friends [font]>
After submitting it looks as Hello friends
See this forum for getting use of HTML in your post
If you want to know more about HTML post your queries in this thread .
How to insert Table in your Article / Resources?
Use following html code'
<[table width="200" border="1"]>
<[tr]>
<[td]> Name <[/td]>
<[td]> Address <[/td]>
<[td]> Phone no <[/td]>
<[/tr]>
<[/table]>
Remove all these square bracket please.
This code create table of 1 row and 3 column.
width and border are the attribute of table tag
If you put border=0 then it is invisible border line.
<[tr]> tag use for row and <[td]> use to make column in it.