0% found this document useful (0 votes)
29 views4 pages

Internet technologies assignment

Uploaded by

binoj.lakshan12
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views4 pages

Internet technologies assignment

Uploaded by

binoj.lakshan12
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

UNIVERSITY OF VOCATIONAL TECHNOLOGY

Faculty of Information Technology


Bachelor of Technology in Network / Software/ Multimedia and Web
Technology - 2023 / 2024 - B2
Assignment

IT104071 – Internet Technologies

(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

(2) (a) Why is HTML called a Markup Language?


(b) Briefly explain the following elements in relation to HTML5 page structure
i. <header>
ii. <nav>
iii. <article>
iv. <section>
v. <video>
vi. <footer>
vii. <figure>
(c) Is a website the same as a blog ? Explain your answer.

(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.

(5) (a) This question is based on Cascading Style Sheet (CSS)


i. State the ways of integrating CSS into an HTML page
ii. State few advantages of CSS
iii. Write the group selector to display both h2 and h3 headings in red color
iv. Write a style sheet to display all paragraphs in green color with a 3px
solid border
v. State three (03) values allowed for the border-style property

(b) Write the relevant CSS property in the blank.


i. ------------------- sets the size of the text.
ii. -------------- specifies the thickness of the font
iii. --------------- specifies the background color of an element.
iv. --------------- repeats an image both horizontally and vertically.
v. --------------- specifies the style, width, and color of an element's
border.
vi. --------------- is used to set the color of the four borders.
vii. -------------- sets the left margin of an element
viii. -------------- specifies the type of list item marker.
6. Write the style sheet to generate the following web page as an output. Consider
image name as img1.jpg, and the color used for highlighting as green.

(7) (a) Provide short answers for the following questions.

i. How many heading levels are allowed in XHTML?

ii. Name three types of lists used in XHTML.

iii. What does URL stand for?

iv. Write the tag used to create a hyper link?

v. Write three (03) attributes used with <hr/>

vi. Write three (03) attributes of <table>

vii. Give two examples for container tags?

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.

• Write answers in a word document and indicate your


registration number on top of the documents.
• Rename the word document with your registration
number. Then convert into PDF format and submit to the
Google Classroom.

You might also like