Index


Serial Number Topics Signature
1 Embedding Multimedia in Web Pages
2 ASSIGNMENT — Create a RESUME using HTML
3 Creating Multi-Frame Web Pages
4 Create a TABLE with CSS and also Anchor
5 **JavaScript Basics

a. Select and DISPLAY NAME using JS b. Prevent default and context menu c. Stop event propagation d. Capslock - Num lock on/off e. Show alt and ctrl key pressed or not f. Style USING JAVASCRIPT g. FORM HANDLING, EVENT HANDLING, and DOM manipulation h. CSS Class Management i. DISPLAY all TAGS used in page using JS** | | | 6 | Advanced JavaScript | | | 7 | CSS Fundamentals | | | 8 | ASSIGNMENT — Make a registration form using HTML, CSS, and JS | | | 9 | **jQUERY

a. jQuery CSS b. onClick function using jQuery c. CLASS AND ID d. Even number highlight in jQuery e. HIDE PARAGRAPH f. Hover images g. Slide down and Slide Up h. ANIMATION using jQuery i. INPUT TAG j. ASSIGNMENT - Selectors k. Resume Assignment l. INPUT SELECTOR m. APPEND IN jQuery n. Using append - display HTML Tags o. Remove, clone, etc.** | | | 10 | **PHP Basics

a. Hello World b. Alert and Prompt** | | | 11 | **Loops in PHP

a. for Loop b. while Loop c. do...while Loop d. foreach Loop** | | | 12 | **Conditional Statements in PHP

a. if Statement b. if-else Statement c. elseif Statement d. Switch Statement e. Ternary Operator** | | | 13 | **Array and Strings in PHP

a. Array Functions b. String Functions c. Example of Array and String** | | | 14 | **PHP and SQL

a. Connect to Database b. Create Table in Database c. Add Data to Table** | | | 15 | **Pagination Assignment

a. PHP Pagination** | | | 16 | **Bootstrap

a. Bootstrap Components b. Alert c. Pagination in Bootstrap d. List Group e. Toast Show f. Collapse g. Navbar h. Modal** | | | 17 | **Assignment

a. Add Modal in PHP Pagination** | | | 18 | **AngularJS

a. AngularJS Basics b. Controller c. NG-show d. true/false e. ng-repeat f. orderBy and Price g. Filter h. Sort By (Initial) i. Directive j. Multiple apps k. Multiple Controllers l. Dependencies m. Scope n. Services o. Routing** | | | 19 | **ReactJS

a. Simple React App** | |


Assignments


  1. Create a personal resume webpage using fundamental HTML and CSS elements.
  2. Generate random numbers with mousover event listener on a div and remove listener on a button click.
  3. Listens for mouse click events on different heading elements (<h1>, <h2>, <h3>) and responds based on whether the user clicked while holding the Alt or Ctrl key. It also changes the background color and text color of the headings and displays a message depending on the key pressed.
  4. You are required to create a registration form using HTML. The form should include the following:
  5. You are required to create a registration form using HTML. The form should include the following:
  6. Use as much jQuery css selector as possible.
  7. Create an HTML page with initial elements and a user interface that allows users to add new HTML elements dynamically. The interface should include dropdowns for selecting the following options:
  8. Implement PHP functions and its types.