WebAssignment

Exercise: AdvanceJS-401-01

  1. 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.


Exercise: AdvanceJS-401-02

  1. 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.


Exercise: AdvanceJS-401-03

  1. 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.


steps to submit your assignments


HOSTED LINK :