This is an introductory course on Web Technology. It covers:
– how the internet works (TCP / IP, IP Address, DNS, etc)
– the open-source web (http / https) server – Apache, a highly popular server application running on the internet
– binary representation of text data and numeric data
– the standard web languages defined by the Web Consortium (W3C) including HTML (HyperText Markup Language) and CSS
– images and media file types supported by the web
– how to create interactive web page using JavaScript
– designing and developing web pages which are friendly to users of mobile devices
– designing and developing web pages which are accessible to users who need special input & output devices
– the web architecture and the document object model (DOM)
– a glimpse into the future of the web