0% found this document useful (0 votes)
4 views1 page

Mean Stack Internal

The document outlines a series of tasks related to web development, including creating forms, manipulating HTML elements with JavaScript, and applying CSS styles. It covers various aspects such as form validation, event handling, and layout design using tables and lists. Additionally, it includes tasks for embedding media and utilizing CSS selectors for styling elements.

Uploaded by

sravanrocks19
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

Mean Stack Internal

The document outlines a series of tasks related to web development, including creating forms, manipulating HTML elements with JavaScript, and applying CSS styles. It covers various aspects such as form validation, event handling, and layout design using tables and lists. Additionally, it includes tasks for embedding media and utilizing CSS selectors for styling elements.

Uploaded by

sravanrocks19
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

1 A. Create a login form with username, password, and a remember-me checkbox.

B. Change the text of an HTML element using JavaScript.

C. Set the background color of a button to blue using external and inline css.

2 A. Design a registration form with validation using HTML5 attributes.

B. Display an alert when a button is clicked

C. Create a Div and Add a dashed border around a div using internal css.

3 A. Build a table with merged rows and columns using rowspan and colspan.

B. Find the length of a string and print it using javascript

C. Make an image round using CSS and implement all 4 image attributes.

4 A. Make a contact form with name, email, message, and a submit button.

B. Check if a number is even or odd using an if statement.

C. Set the text color of a paragraph to red and background green using all three css.

5 A. Create an ordered and unordered list for a navigation menu.

B. Use a loop to print numbers from 1 to 10.

C. Implement Box model in css(border,margin,padding ,content) and bold the content.

6 A. Create image tag Embed a video and an audio file in an HTML page.

B. Write a function that adds two numbers and returns the result.

C.implent both id and class selector to colour a paragraph using id and three heading tags
using class.

You might also like