views:

43

answers:

1

I am new to web development. It's easy to see a lot tag starting with:

<%=
<%!
<%@

What are these tag called? Is it from any specific scripting language? Can I find the reference on w3schools? Please help, thanks.

A: 

That looks like JavaServer Pages. W3Schools doesn't have anything on it, but with the name you should be able to Google it and find a lot.

Tom Smilack