tags:

views:

25

answers:

2

as I said,i've loosely applied HTML in some instances, but i'm looking for a more techy, but easy to learn language.Can anyone help?

+1  A: 

The next logical step would be to learn Javascript - it is run on the browser/client/user end (as opposed to the server end) and is relatively easy to learn. Its main use is for interacting with display elements in HTML and other various browser-related tasks.. and is easily integrated with your HTML.

Check out the following tutorial and examples

computerjules
A: 

Two that immediately come to mind.

If you're interested in Microsoft technologies, I'd suggest RampUp. Also, W3Schools is an outstanding source for learning web technologies and the like.

Both of these sites are free.

Christopher Estep