What Do Server-Side Scripts Look Like?
Web Hosting OptionsAt 123 India Hosting we provide a choice of reliable and affordable web hosting services. |
| Linux Hosting |
| JSP Web Hosting |
| Windows Hosting |
| MS-Sql Web Hosting |
| Linux Reseller Hosting |
| Windows Reseller Hosting |
| VPS Hosting |
Server-side scripts look a lot like HTML tags. However, instead of starting and ending with lesser-than ( < ) and greater-than ( > ) brackets, they typically start with <% and end with %>. The <% is called an opening tag, and the %> is called a closing tag. In between these tags are the server-side scripts. You can insert server-side scripts anywhere in your Web page–even inside HTML tags.
Do You Have to Be a Programmer to Understand Server-Side Scripting?
There’s a lot you can do with server-side scripts without learning how to program. For this reason, much of the online Help for Active Server Pages is written for people who are familiar with HTML but aren’t computer programmers.
