Web technologies refer to the way computers/devices communicate with each other using Markup languages. This include presenting the content on a web page by creating, delivering and managing web content using Hyper Text Markup Language (HTML). There are two types of web pages: static and dynamic.
Static web pages show the same content each time they are viewed. Dynamic pages have content that can change each time they are accessed. Dynamic pages are typically written in scripting languages such as PHP, Perl, ASP, or JSP. These scripts run on the server and return information such as date and time of the server, as well as required information from a database. This book covers the creation of both Static and Dynamic Web pages.