Tips for Decorating your resources to get Max points.
In this article, you can learn how to compose and format your articles to get the best response for your articles.
Tips for Decorating your resources to get Max points.
Hello DNSians.
While Editing the resources I have found that many of the members in DNS are contributing a good amount of resources and most of them are of really good quality. But the irony is that they are not getting the points what they might have expected. the reason is the presentation of the resource.
A well presented resource attract a good audience, appreciations as well as a good recognition points. We can use some of the cosmetic tags to present our resource well. The use of cosmetic tags in presentation of our resource works exactly same as salt in the food if it is less then it will become boring and if it is access then we can't eat it properly nor digest. So being an author we have to decide which, where, how and why we have to use this cosmetic properties.
Here I am going to demonstrate the use of some cosmetic tags. in our resources.
First We can make use ofHeadings
1. For Giving Heading use <h1> </h1> for displaying the headings.
E.g. output: Sample Article
2. For sub-heading or inner headings use <h2> </h2>
E.g. output: Sample Article sub heading
3. You can use upto <h6> </h6>
Next comesBold, Italic and Underline
1. To use the bold words encapsulate it in <b> </b>
E.g. output: Bold
2. To use the Italic words encapsulate it in <i> </i>
E.g. output: Italic
3. To use the underline words encapsulate it in <u> </u>
E.g. output: Underlined
4. Even you can make use of the combination of the above three tags as per the requirement.
E.g. output: Underlined and bold
In continuation of this we can even change the color of some text to give a highligtHighlighting some text
Usng the following tag: <font color="Brown"> My text </font>
Eg. Output : My Highlight text
I will sugest not to use the font face as they are system dependent and may not be diaplayed as you want if they are not installed.Dispalying code
use the code tag for displaying the code blocks
to use them just encapsulate your code into:[.code] and [./code]
for e.g. output: Your code goes here
Now let me take the opportunity to clear a doubt how to display the HTML, XML, DHTML tags as a code instead of interpreting them. a small tip. you have to use only < instead of < and > instead of >
for E.G. output
<HTML>
</HTML>
Hope this tips will help you and you will post a good quality resource with good presentation. If any queries do post the comment here.
And The Most important: Select Proper Category and Do not copy paste.
A very valuable resource for all DNS'ians
I must say this article will help to get Max points.
We are waiting for more tips from your side.