- Create input element and whatever text written in input must be displayed into the p tag
<input type="text" />
<p class="wrote"></p>
Your job is output what ever is typed in the input into the p tag.
- You are given a list of DOM elements inside a
<ul class="has-children"></div>.
Your job is to give the first child a blue background, the last child a palevioletred background and the 9th child a green background. Then make all of the even numbers lime using DOM Manipulation.
- create an image slider using JavaScript
An Image Slider that comprises several images displayed on a web application is called “Slide Show” and “Carousels”. It permits you to show multiple images, videos, or graphics on a web application. Also, adding an Image Slider to a website can fascinate the users and capture their attention.
- Complete the assignments listed above in their respective folder.
- Push the assignent.
- Host the assignments.
- Provide the link below👇.
HOSTED LINK :