Mobile Internet Programming

Here is your information

IP Address: 38.103.63.59
Location : 301 Moved Permanently

Moved Permanently

The document has moved here.

, (,)
Using : N/A on N/A N/A

Developed using Detector library

This is the answer to the questions for Mobile Internet Programming.

Answer 1

Client side scripting is a type of scripting language that is executed on web browser. It is usually written in javascript or vbscript. Scripts written with this type of language is very dependable on the type of browser that you're using.

Server side scripting is the type of language that is executed on the server instead of web browser. Server side scripting usually outputs it results in html and is indistinguishable from normal html text. Server side scripts are typically written using PHP, Perl, ASP (VBscript/JScript) and JSP (Java)

Answer 2

Web server functions to serve web pages (in this case, this web site) from the internet to the web browser. Web server executes any server side script before outputting it results to the web browser

Web server use HTTP to communicate with a web browser and it is use in deploying various type of web application (banking, news website, online student registration system) on the internet.

Answer 3

Here is the list of html tags used in this website

Tag Description
<title> the title of the page
<h1>,<h2> The page headings, splitting web page into easily readable sections
<p> use for arranging text into paragraph
<ul><li> create unumbered (bulleted) lists
<div> create division in html pages, for easy layout placement
<head> the head section of web pages, usually not displayed to the users, contains page title and meta information of the web page.
<body> contains most the contents of web pages.
<img> use for displaying graphics and images on websites