Java - Frontend - Assignment -1
Front End Assignment
- 1
Category: HTML
- Create an HTML page with a heading
displaying "Welcome to My Website" and a paragraph with the text
"This is a sample paragraph."
- Create an HTML form that allows users
to enter their name and email address. The form should have appropriate
input types and labels.
- Create an HTML table with three
columns: ID, Name, and Age. Populate the table with three rows of sample
data.
- Implement an HTML5 video player with a
custom control bar that includes play, pause, and volume controls.
- Create a dropdown menu in HTML that
lists three different colors: red, green, and blue. When a color is
selected, display a corresponding colored box on the page.
Category: CSS
- Style a div element to have a circular
shape using CSS.
- Create a CSS animation that makes a
button rotate continuously when hovered over.
- Create a responsive layout using CSS
grid or flexbox that adjusts its columns based on the screen size.
- Implement a CSS-only navigation menu
that changes its appearance when the user scrolls down the page.
- Style a paragraph to have a background
gradient that transitions from one color to another.
Category:
Bootstrap
- Use Bootstrap to create a responsive
navigation bar with the following menu items: Home, About, Services, and
Contact.
- Create a Bootstrap card component with
an image, title, and description.
- Implement a Bootstrap modal that
appears when a button is clicked and displays a form for user input.
- Build a Bootstrap carousel that
displays a series of images with automatic slide transitions.
- Use Bootstrap's grid system to create
a two-column layout with different content in each column.
Category:
JavaScript
- Write a JavaScript function that takes
two numbers as parameters and returns their sum.
- Implement a JavaScript countdown timer
that starts from 60 seconds and displays the remaining time.
- Create a JavaScript function that
generates a random password consisting of alphanumeric characters.
- Write a JavaScript program that
calculates the factorial of a given number.
- Implement a JavaScript function that
checks if a string is a palindrome.
Comments
Post a Comment