Java - FrontEnd - Assignment -2

 

Java - Frontend - Assignment -2

 

Category: HTML

  1. Create an HTML form that includes text inputs for first name, last name, and email address, along with a submit button.
  2. Implement an HTML5 video player with custom controls, including play, pause, mute, and volume controls.
  3. Build an HTML table that displays a list of students with columns for their names, ages, and grades. Apply alternating row colors.
  4. Create a responsive HTML layout with a header, sidebar, and content section. The sidebar should collapse into a hamburger menu on smaller screens.
  5. Design an HTML page that includes an embedded Google Map displaying a specific location.

Category: CSS

  1. Style a button to have a gradient background color that changes on hover.
  2. Create a CSS animation that makes an element move across the screen smoothly.
  3. Build a CSS-only slideshow that automatically transitions between images.
  4. Implement a sticky footer using CSS so that it remains at the bottom of the page, even if the content is shorter.
  5. Create a CSS grid layout that displays a gallery of images in a responsive grid with three columns.

Category: Bootstrap

  1. Use Bootstrap to create a responsive navbar with a logo on the left and menu items on the right. The menu should collapse into a hamburger menu on smaller screens.
  2. Implement a Bootstrap card deck that displays a set of cards in a grid layout with equal heights.
  3. Build a responsive Bootstrap carousel that displays testimonials with automatic slide transitions.
  4. Create a Bootstrap accordion component that expands and collapses content sections when clicked.
  5. Use Bootstrap's form validation classes to validate a form with inputs for name, email, and password.

Category: JavaScript

  1. Write a JavaScript function that checks if a given number is prime.
  2. Implement a function that calculates the factorial of a given number using recursion.
  3. Create a JavaScript program that generates a random password with a specified length.
  4. Build a countdown timer that starts from a given time and updates dynamically using JavaScript.
  5. Write a function that sorts an array of objects based on a specific property value.

Category: Miscellaneous (Combining HTML, CSS, Bootstrap, and JavaScript)

  1. Create a contact form using HTML, and apply custom styles using CSS. Use JavaScript to validate the form before submission.
  2. Implement a responsive image gallery using HTML, CSS, and Bootstrap. Add JavaScript functionality to allow users to filter images based on categories.
  3. Build a quiz application using HTML for the structure, CSS for styling, Bootstrap for layout, and JavaScript for the logic. Display questions one at a time and provide feedback on answers.
  4. Design a login page using HTML and CSS. Utilize Bootstrap components and add JavaScript validation for the form inputs.
  5. Create a calculator application with HTML for the layout, CSS for the styles, Bootstrap for the buttons, and JavaScript for the calculations.

 


Comments

Popular posts from this blog

FrontEnd - FAQs - Part 1

Java Script - FAQs

CoreJava - ClassesObjectsMethods - Assignment