0% found this document useful (0 votes)
11 views2 pages

Tharun

The document outlines a course on Web Technologies, focusing on internet design principles, web development languages like HTML, CSS, and XML, and server-side scripting with PHP. It includes course objectives, outcomes, and detailed modules covering internet protocols, web applications, and practical lab experiments for hands-on experience. Reference books for further reading are also provided.

Uploaded by

thalatharun2004
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)
11 views2 pages

Tharun

The document outlines a course on Web Technologies, focusing on internet design principles, web development languages like HTML, CSS, and XML, and server-side scripting with PHP. It includes course objectives, outcomes, and detailed modules covering internet protocols, web applications, and practical lab experiments for hands-on experience. Reference books for further reading are also provided.

Uploaded by

thalatharun2004
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/ 2

Title Web Technologies

Code
Total Hours 60
Credits 04
Course Objective: The main objective of WEB technology is to learn the design principles of
internet using its protocols and WEB development languages. The internet is a giant network of
networks and WEB allowed information on the internet to be linked together through the use of
links. HTML is a language that is used to create web pages for providing information through
internet. CSS provides extra effects to the web pages created by HTML. This course will provide
basic concepts to create a website using HTML, CSS and XML.

Course Outcomes:
• Understand internet and internet protocols such as FTP, TCP/IP, SMTP, and Telnet.
• Use HTML, CSS, and XML in a web page.
• Install a PHP web server and perform basic procedures in php, such as working with loops,
data type, session and cookies.
• Analyze the web pages environment, Files, Cookies, Sessions
• Develop a basic web application and perform basic administrative procedures on the web
server, such as tuning communication parameters, denying access to certain domains, and
interpreting an access log.
Module-1:
Introduction, History of internet, Internet Design Principles, Internet Protocols - FTP, TCP/IP,
SMTP, Telnet, etc., Client Server Communication, Web System architecture

Module-2:
Evolution of Web, Static and Dynamic Web Sites, Web Applications, Web Development
Technologies - HTML, CSS, JS, XML; Protocols - HTTP, secure HTTP, etc; URL, Web Browser,
Web Server, Web Services
Module-3 : Introduction to Html, Html Document structure, Html Editors, Html element/tag &
attributes, Designing simple page - Html tag, Head tag, Body tag; More Html tags - Anchor tag,
Image tag, Table tag, List tag, Frame tag, Div tag ; Html forms - Input type, Text area, Select ,
Button, Images
Need for PHP and MySQL, Server-Side Web Scripting, Installing PHP, Adding PHP to HTML,
Syntax and Variables , Passing Information between Pages, Strings, Arrays, Functions, Numbers,
PHP/MySQL Functions, Displaying Queries in Tables, Building Forms from Queries
Module-4: Introduction to CSS, Syntax, Selectors ,Embedding CSS to Html, Formatting fonts,
Text & background colour, Inline styles, External and Internal Style Sheets, Borders & boxing.

Module-5: Introduction to XML, Difference b/w Html & XML, XML editors, XML Elements &
Attributes XML DTD, XML Schema, XML Parser, Document Object Model (DOM), XML DOM.

Reference Books :
• Web Technologies - HTML, JavaScript, PHP, Java, JSP, ASP.NET, XML and Ajax, Black
Book, by Dreamtech Press
• HTML, XHTML & CSS Bible, Brian Pfaffenberger, Steven M.Schafer, Charles White, Bill
Karow- Wiley Publishing Inc, 2010
• HTML Black Book by Steven Holzner
• Web Design with HTML, CSS, JavaScript and jQuery Set by Jon Duckett

Title Web Technologies Lab


Code
Total Hours 30
Credits 02
List of Experiments
1. Design a simple web page with head, body and footer, with heading tags, image tag
2. Design a web site for book information, home page should contain books list, when
particular book is clicked, information of the books should display in the next page.
3. Design a page to display the product information such as name, brand, price and etc with
table tag
4. Design a web site for book information using frames, home page should contain two parts,
left part should contain books list, and right part should contain book information.
5. Design a web page to capture the user information such as name, gender, mobile number,
mail id, city, state, and country using form elements.
6. Design a web page with nice formatting like background image, text colors and border for
text using external CSS.
7. Design a web page to perform mathematical calculations such as addition, subtraction,
multiplication, and division
8. Design a web page to read data from an XML file and display the data in tabular format,
take the data as employee information.
9. Design a web site for online purchase using CSS, JS and XML, web site should contain the
following web pages.
• Home page
• Login page
• Signup page
• Product details page

You might also like