Difference between revisions of "Fall 2022: Internet Technologies Lab"
Jump to navigation
Jump to search
| Line 21: | Line 21: | ||
| style="width: 8%" | 1 | | style="width: 8%" | 1 | ||
| style="width: 60%" | Have a quick recap of HTML, CSS, and JavaScript from w3schools.com (or any other your favorite source) | | style="width: 60%" | Have a quick recap of HTML, CSS, and JavaScript from w3schools.com (or any other your favorite source) | ||
| − | | style="width: 15%" | | + | | style="width: 15%" | || |
|- | |- | ||
| − | | 2 || | + | | 2 || Create an HTML page that shows information about you, your course, hobbies, address, and your plans. Use CSS for styling of HTML page so that looks nice.|| Practical No. 3 || |
|- | |- | ||
| − | | 3 || | + | | 3 || Create an HTML page with the sole purpose to show multiplication tables of 2 to 10 (row-wise) created by JavaScript. Initially, the page is blank. With help of setInterval function print a row every 5 seconds in different colors and increasing font size. || Practical No. 4 || |
|- | |- | ||
| − | | 4 || | + | | 4 || Create an HTML page with a paragraph written on it and under which 9 buttons are placed in a 3X3 grid. The first row is for buttons labeled with colors names Red, Green, and Blue, the second row with numbers 10, 20, 30, and the third row with different font names. Click event of each of the buttons should make the appropriate change in the style of paragraph.|| Practical No. 5|| |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | || | ||
|} | |} | ||
Revision as of 22:22, 2 August 2022
Instructions
- Please be on time to avoid the Attendance Penalty.
- Please sign on the Attendance Register before your take a seat.
- Please put your mobile phone in the Silent Mode.
- Each lab assignment needs to be submitted in the Google Classroom for the evaluation(will be notified in the GC lab-wise, submit before the deadline).
- Turn off(shut down) your assigned computer and arrange the chair before you leave the lab.
Resources
Lab 0: Getting Started ( week of 01st August 2022 )
| Q. NO. | Program | Lab Exercise No. | Remarks |
|---|---|---|---|
| 1 | Have a quick recap of HTML, CSS, and JavaScript from w3schools.com (or any other your favorite source) | ||
| 2 | Create an HTML page that shows information about you, your course, hobbies, address, and your plans. Use CSS for styling of HTML page so that looks nice. | Practical No. 3 | |
| 3 | Create an HTML page with the sole purpose to show multiplication tables of 2 to 10 (row-wise) created by JavaScript. Initially, the page is blank. With help of setInterval function print a row every 5 seconds in different colors and increasing font size. | Practical No. 4 | |
| 4 | Create an HTML page with a paragraph written on it and under which 9 buttons are placed in a 3X3 grid. The first row is for buttons labeled with colors names Red, Green, and Blue, the second row with numbers 10, 20, 30, and the third row with different font names. Click event of each of the buttons should make the appropriate change in the style of paragraph. | Practical No. 5 |