HEllo I am new to EA .
I have to draw Activity Diagram,USe CAse,and Sequence diagram for a whole project Just wanna know whether I have to
create diagram for EAch web page in the project seperately or else us e my own way to draw.
Also help me How can i draw and learn more Quickly and in a better way.
Sorry for not being helpful here

But your question is a bit like "I would like to build a house, what is the best way to do that ?"
In fact, as always, it depends.
You can easy learn how to draw UML diagrams but this is not the whole story. The primary story is not how to draw but what to document for which purpose.
Eg. you have asked for the functional aspect of the model but there might also be a structural/logical view which might be necessary: Do you have to fill a database (how is it structured ?), deploy features (how about parameterisation and physical structure?), which components are involved, etc.
There is always a purpose of modelling and some stakeholders for it who have to be satisfied. Depending on those stakeholders (customer, product management, developers, installation staff, maintenance, etc.) you will have to chose the level of granularity of your documentation- what you will document and then how.
So you should ask yourself those questions first and then choose the right tool (eg. diagram) for your purpose.
BTW there is plenty of literature around how to model in a appropriate way and I get u sed to reference Craig Larmans book "Applying UML and patterns" as a good starting point.
(Hmm, I believe I should also write that sort of book because I happen to repost this sort of information a lot

Maybe I can write one in which I advertise Craigs book and let me be paid for this

)
I hope this helps a bit further.
Oliver