Java - FrontEnd - Assignment -2
Java - Frontend -
Assignment -2
Category: HTML
- Create an HTML form that includes text
inputs for first name, last name, and email address, along with a submit
button.
- Implement an HTML5 video player with
custom controls, including play, pause, mute, and volume controls.
- Build an HTML table that displays a
list of students with columns for their names, ages, and grades. Apply
alternating row colors.
- Create a responsive HTML layout with a
header, sidebar, and content section. The sidebar should collapse into a
hamburger menu on smaller screens.
- Design an HTML page that includes an
embedded Google Map displaying a specific location.
Category: CSS
- Style a button to have a gradient
background color that changes on hover.
- Create a CSS animation that makes an
element move across the screen smoothly.
- Build a CSS-only slideshow that
automatically transitions between images.
- Implement a sticky footer using CSS so
that it remains at the bottom of the page, even if the content is shorter.
- Create a CSS grid layout that displays
a gallery of images in a responsive grid with three columns.
Category:
Bootstrap
- 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.
- Implement a Bootstrap card deck that
displays a set of cards in a grid layout with equal heights.
- Build a responsive Bootstrap carousel
that displays testimonials with automatic slide transitions.
- Create a Bootstrap accordion component
that expands and collapses content sections when clicked.
- Use Bootstrap's form validation
classes to validate a form with inputs for name, email, and password.
Category:
JavaScript
- Write a JavaScript function that
checks if a given number is prime.
- Implement a function that calculates
the factorial of a given number using recursion.
- Create a JavaScript program that
generates a random password with a specified length.
- Build a countdown timer that starts
from a given time and updates dynamically using JavaScript.
- Write a function that sorts an array
of objects based on a specific property value.
Category:
Miscellaneous (Combining HTML, CSS, Bootstrap, and JavaScript)
- Create a contact form using HTML, and
apply custom styles using CSS. Use JavaScript to validate the form before
submission.
- Implement a responsive image gallery
using HTML, CSS, and Bootstrap. Add JavaScript functionality to allow
users to filter images based on categories.
- 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.
- Design a login page using HTML and
CSS. Utilize Bootstrap components and add JavaScript validation for the
form inputs.
- Create a calculator application with
HTML for the layout, CSS for the styles, Bootstrap for the buttons, and
JavaScript for the calculations.
Comments
Post a Comment