Basic HTML Elements

The ≪P≫ Tag Is Used To Create A New Paragraph. ≪P≫ Tag Is Opening Element For Paragraph And

Is Closing Element. All The Text Of Paragraph Should Be Placed In Between ≪P≫ And ≪/P≫ Tag As Shown Below In The Example: Read More In This Tutorial.


Two Dimensional Array IN C /C++

Two Dimensional Array Is A Best Way Of Storing The Same Type Of Data In Form Of Matrix Or Table. When We Want To Store The Data In Shape Of Table (In Rows, And Coulmns) Then We Us 2D, Two Dimensional Array. Learn More.........


Image size, resolution, and mode

In this tutorial i am going to show how we set the Image size and its resolution and modw.
Ok lets begging with opening a New File by clicking on file menu and select New option.
In next appearing dialog box you have some option.


Calculate the Sum of a Range Using AutoSum function

In this tutorial we learn that how w calculate the sum of any given data in shape of cell range using AutoSum function. We take an example of the following table in excel:


Create a Custom Brush In Adobe Photoshop

In Adobe Photoshop there are many type of pre set brush and there sizes. but adobe also provide a facility that we create our own custom type of brush. The following procedure is used for this purpose: First of all create a new document. Now select the Brush Tool from the Tools palette Select any pre set brush for example Small Round Brush.




Groups In FaceBook

In this Tutorials, you'll learn about Group In facebook and how to create your own Facebook Group. ok start with little definition of group. Facebook Groups are the place for group communication. In the group people share their common interests and express their opinion. Groups allow people to come together around a common cause, issue or activity.


GROUP BY Clause in SQL

In This Tutorial We Will Learn GROUP BY Clause In SQL . GROUP BY Clause In Sql Is Used For Arrange The Same Type Of Data In To Groups. GROUP BY Clause Is Used In SELECT Statement With Aggregate Functions . Read More About GROUP BY Clause In This Tutorial.


Printf Function In C Language

In this tutorial you can learn about Printf Function and its uses in C Language. This tutorial is very use full for beginner students. Read more ....................


Remove Duplicate Value In MS Excel

Removing duplicate values are are very important task in MS Excel. . A duplicate value is one where all values in the row are an exact match of all the values in another row. After deleting duplicate values you can get unique data in the table or Simple in List.
Excel 2007 and excel 2010 has a powerful data function that allows you to simply select a set of data and remove duplicate rows. The data function approach is probably both the simplest and the fastest way to remove duplicate values in Excel.


Break Statement IN C /C++

In This Tutorial You Can Learn The Use Of Break Statement In C And C++ Language. Read And Learn And Share If You Like It. Reed More.....