Lab Question Web Technology
Lab Question Web Technology
Lab Question 2:
Design a table with headers, rows, and cells. Include both row spans and column spans within the table.
Write the HTML code for the table structure, demonstrating how to merge cells both vertically and horizontally.
Lab Question 3:
Construct a webpage that integrates audio and video elements. Include an audio file with playback controls
and a video with autoplay, loop, and a poster image. Write the HTML code to embed the audio and video
elements, specifying their attributes as described.
Lab Question 4:
Implement various HTML events such as window onload, form input handling, keyboard events, and mouse
events. Create interactive examples for each event type. Provide the HTML and JavaScript code for each
example and describe the behavior observed when interacting with these elements.
Lab Question 5:
Develop a contact form with fields for name, email, gender, department selection, interests checkboxes, and
a message textarea. Implement validation for required fields and radio buttons. Write the HTML code for the
form elements and include JavaScript validation to ensure all required fields are filled and at least one interest
checkbox is selected.
Lab Question 6:
Build an interactive webpage with sections and a navigation menu. Create content for each section and add
corresponding links in the navigation. Write the HTML and CSS code for styling the sections and navigation
menu. Ensure each link scrolls smoothly to the corresponding section when clicked.
Lab Question 7:
Write the HTML and CSS code to create a flipping card animation. Use the provided styles for the front and
back faces of the card. Test the animation to ensure the card flips when hovered.
Lab Question 8:
Implement the animated logo in the navigation bar. Write the necessary HTML and CSS code to create a
rotating logo. Ensure the animation is smooth and continuous.
Lab Question 9:
Create a particle animation using HTML and CSS. Write the code to generate multiple particles moving
diagonally across the container. Experiment with different sizes and animation durations.
Ambition College