5.what kind of content would encourage or motivate you to participate in a call to action?
1. What do you think will motivate the intended audience to participate in the website?
2.what are the possible effects of the website on the product and service providers in the community?
3. What are the possible effects of the website on the consumers in the community?
4. If so how do you incorporate these points in the design and content of your website?
1.How will you design the website?Which platform will you use?What colors will you use?What font?
2. Will you include background music? In what format will you upload them?
3. Will you include videos? What kind of videos? What is eating software will you use?
4. Will you include photos? In what format will you upload them? Do you need to edit the photos?
5.what kind of content would encourage or motivate you to participate in a call to action?
medium(size >= 768px), large (size >= 992px) and extra llarge(size > 1200px)
image names:
#slack NETFLIX fitbit google airbnb uber
Write a JavaScript program which accepts amount in rupees as input (integer) within Range from
Rs. 100 to Rs. 100000 and then asks the user for particular currency note preference and display the total
number of currency notes of Rs. 500, 100, 50, 20, 10, 5, and 1. The user can be given a maximum of 200
notes of his preferred choice. (5 marks)
For example: when a user enters a number, Rs. 57477 and enters 50 notes as his preferred choice, the
results would be like this.
Currency Note : Number
500 : 94
100 : 4
50 : 200
20 : 3
10 : 1
5 : 1
1 : 2
Write a function area that calculates the area of a circle. The function is given the radius of the circle.
Create a basic user sign up form with input field validations.
● Use any of CSS framework or plain css properties
● Use Javascript for input validation
Write a Javascript program to check if a given number is a prime number or not?
● Create a web page with button as ‘Check Prime Number’
● Clicking on button should prompt for the number
● Print output whether given number is a prime number or not
Create a basic user sign up form with input field validations.
● Use any of CSS framework or plain css properties
● Use Javascript for input validation
Write a program that ask the user of the number of elements in array and input
elements as much as the number of elements. Print the inputted elements and determine the
sum and average of the array. (You must input 10 elements and varying 3-digit numbers).