If you can use known series for $\sin(x)$ and $\cos(x)$, set up the equation $(\cos x)*(\tan x) = \sin x$, where you put unknown constants as coefficients of the $\tan x$ series. Multiply things out and compare coefficients, giving equations on the letters you used for the $\tan x$ series coefficients. Then solve those equations (they should end up linear equations). This won't be too bad as you only need the first six terms.
ADDED: If you are "not allowed to use" sine and cosine series as already given, it would be easy to derive the first six terms of each, since derivatives of sine and cos have a simple pattern. Also, instead of multiplying out, you could use long division and just divide the first six terms of cosine into the first six of sine, only going until you reach the power $x^6$.
EDIT: Here's the basics for the long division. One is dividing
$$1-(1/2)x^3+(1/24)x^4-(1/720)x^6$$
into $$x -(1/3)x^3+(2/15)x^5.$$
The first term in the quotient is $x$, and after multiplying through the divisor by this and subtracting (bringing down only up to before $x^7$) the next line is
$$(1/3)x^3-(1/30)x^5 +...$$
(don't need the next $x^7$ term) so the next term of the quotient is $(1/3)x^3$, and again multiply through the divisor by this and subtract, giving the next line which starts out $(2/15)x^5$, and nothing needed beyond that power, giving the desired coefficient of $(2/15)x^5$ as the next term of the qoitient. Stringing the quotient terms together we have the first few terms for tangent as $x+(1/3)x^3+(2/15)x^5.$