GE-4b Intro To Web Prog Guidelines 5march2024
GE-4b Intro To Web Prog Guidelines 5march2024
S.
Unit Name Chapters References Hours
No.
1 (Pg. HTML 1 – HTML 21)
1. Introduction (Introduction, Exploring the Internet, Planning [1] 5
a website)
1 (Pg. HTML 22 – HTML 25 (except using
web Authoring tools), HTML 30 - HTML 37)
3 (Pg. HTML 83 – HTML 94, HTML 98 –
HTML 122) (Introduction, Adding Images to a
2. HTML website, Exploring Div Elements, Adding [1] 12
Links to a webpage, Adding Lists)
8 (Pg. HTML 402 – HTML 416, HTML 423 –
HTML 438) (Discovering Tables & Table style,
Creating Webpage Forms)
14,
15 (Pg. 343 – 350, 353(if statement), 356 (?
[2]
operator), 357 – 361),
16 (Pg. 363 – 366),
17 (Pg. 385 – 390)
4. JavaScript 10
9 (Pg.150 – 155, 156 – 157)
(Java Scripts Events Handlers: onBlur, onClick,
[3]
OnDblClick, onFocus, onKeyPress,
onMouseOut, onMouseOver, onSelect,
onSubmit)
21 (Pg. 512 – 526, 530 – 538 before animation,
jQuery and [2] 8
5. 542 – 544)
JSON
8 (Pg. 376 – 377) [4] 2
Textbooks:
1. Minnick, J. Responsible Web Design with HTML5 and CSS, 9th edition (Hard Copy),
Cengage Learning, 2017.
2. Nixon, R. Learning PHP, MySQL & JavaScript with jQuery, CSS and HTML5, 6th
Edition, O'Rielly, 2021.
3. Ivan Bayross, Web Enabled Commercial Application Development Using Html, Dhtml,
Javascript, Perl CGI, 4th Revised Edition, BPB Publications, 2010 (Reprint 2022).
4. Duckett, J. JavaScript and JQuery: Interactive Front-End Web Development, Wiley,
2014.
Practical List
HTML
1. Create an HTML document with following formatting – Bold, Italics, Underline, Colors,
Headings, Title, Font and Font Width, Background, Paragraph, Line Breaks, Horizontal
Line, marquee text.
2. Create an HTML document with Ordered and Unordered lists.
3. Create an HTML document demonstrating use of images in webpages (including images
as logos, cell data in a table, background of a table, clickable icons, etc)
4. Create an HTML document to demonstrate Internal and External linking.
5. Create an HTML document to display the following table:
7. Create a student registration form using HTML which has the following controls:
a. Text Box
b. Text Area
c. Dropdown box
d. Option/radio buttons
e. Check boxes
f. Reset and Submit button
On pressing the Submit button, a message “Form submitted” should be displayed.
CSS
1. Create a webpage for your department with a drop-down navigation menu for faculty,
courses, activities, etc. Implement the webpage using styles, rules, selectors, ID, class.
2. Add appropriate CSS code to change the text, list, div element and table properties of the
HTML questions above.
Javacript
1. Write a Javascript code to accept a number from the user through the prompt and print its
multiplication table.
2. Create an HTML form having two text boxes and 4 buttons as shown below: