Hi,I want to design my own webpage.i want to know are HTML &Java script enough

Ok, get this first

Html: Defines visual structure of the web Page.
Css: Modifies visual structure of the web Page.
Javascript: which is also referred as browser side scripting, Add dynamics and little AI into the web page.

other which are known as PHP or C++ are needed as well - these are called server side scripting, they modify database and do everything else on server not in user's browser.
 
Back
Top