Posts

Introduction to Web Programming

  v Webpage:- ü   Web page is a web document which consists of text, graphics, and media. ü   Any webpage is created with HTML tags or any markup language. ü   It is suitable for any browser and World Wide Web. ü   The term web page is used when talking about scripting language. They have different extensions like .html, .htm etc. ü   Web pages can either be static or dynamic. Static pages show the same content each time they are viewed. ü   Dynamic pages have content that can change each time they are accessed. These pages are typically written in scripting languages such as PHP, Perl, ASP, or JSP. ü   The scripts in the pages run functions on the server that return things like the date and time, and database information. v Website :- ü   A website is a collection of web pages (www) files that includes a beginning file called a home page. A company or an individual tells you how to get to their web site by giving you the addr...