- Create a college routine in HTML.
Deadline: 23rd November, 12 pm
- Create a web document to illustrate following using CSS:
- Color (name, rgb, hex, rgba, hsl, hsla)
- Text formatting (color, line height, font, font-weight, underline, stroke, itallic)
- Background (background color, background images, background size, background position)
Deadline: 29th November, 11 pm
- Buttons, Border, Color and Pseudo class.
Deadline: 2nd December, 12 pm
- Design Navbar, CTA, Hero section and 404 page.
- As shown in the figure below, design 404 page.
- Design CTA section as shown in the figure below.
- As shown in the figure below, design Hero section.
- As shown in the figure below, design Navbar section.
Deadline: 16th December, 10 am
- Develop a simple calculator
Deadline: 4th Jan, 6 am
- Explain event bubbling and capture with an example
Deadline: 11th Jan, 8 am
- Lab 1: HTML Elements.
- Make a webpage with the following html elements:
- Nested order and unorder list
- semantics tags for the layout
- text formatting tags
- image, video and audio
- iframe
You can add additional elements and CSS to make the webpage more visually appealing. Deadline: 23 December, 8 am
- Lab 2: Flow layout and Positioned layout in CSS.
- Create a wrapper element as shown in the figure below to fill the empty space in smaller viewports. It specifies a maximum width and will horizontally center itself within the parent if space is available. It includes some horizontal "breathing room" so that its children aren't pressed up against the viewport's edges.
hint:
max-width
Note: assets are inside
assets/images/lab2
folder
Deadline: 30th December, 8 am
- Lab 3: Javascript Fundamentals
- WAP to reverse the string provided by the user.
- Write a function to check if the provided number is palindromic or not.
- Write a program to find the sum of prime number between 1 and 50.
- Write a function that reverse the provided array.
- Write a function that sorts the provided array based on the parameter (i.e. asc = ascending, desc = descending order).
Deadline: 13th Jan, 8 am
- Lab 4: Event handling in Javascript
- Write a program to demonstrate page load event.
- Write JS code to illustrate element positioning, stacking elements and mouse cursor.
- Write JS function to validate a form input field for onblur event whether it is blank or not and contains number or not.
- Write JS code to find the factorial of a number requesting a number from user using prompt. Display result on button click.
- Create an HTML form that takes user's email address and password. Validate the form using JS when the submit button is clicked. Make sure that the fields are not empty and the email address is a valid email address.
- Write a JS program which validates the user data (name, email, contact no, country) and displays the success message if validated successfully. Also create the HTML form for entering the data.
Deadline: 20th Jan, 8 am