Internet technologies assignment
Internet technologies assignment
(1) (a) State the differences between the Internet and the World Wide Web
(b) Briefly explain the following
i. Internet Service Provider
ii. Web Browser
iii. Search Engine
(c) What do you mean by the term “Web Surfing” and how does it differ from web
browsing.
(d) Label the
i. Protocol
ii. Second Level Domain
iii. Top Level Domain
of the given example of Uniform Resource Locator (URL)
http://blog.hubspot.com/marketting
(3) (a) Draw the output of the HTML document given below.
<!DOCTYPE html>
<html>
<head>
<title>HTML Ordered List</title>
</head>
<body>
<ol type = "i" start = "4">
<li>Beetroot</li>
<li>Ginger</li>
<li>Potato</li>
<li>Radish</li>
</ol>
<a href=”2.html”>Next</a>
<a href=”1.html”>Previous</a>
</body>
</html>
(b) Write the HTML5 document to generate the following output.
(4) (a) Sate the meaning of the term client side scripting
(b) Give two example for languages used for each of the following
i. Client Side
ii. Server Side
(c) JavaScript is an interpreted language, not a compiled language. Do you agree
with this statement? Give reasons for your answer.
viii. Write the html attribute used to provide a background color for the web page.
ix. Name two things which can be used as a link on a web page.
(8) Write XHTML code to generate the following output.