0% found this document useful (0 votes)
13 views2 pages

File Questions

Filr

Uploaded by

dfartyal74
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)
13 views2 pages

File Questions

Filr

Uploaded by

dfartyal74
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/ 2

Q1.Create a static webpage using table tags of HTML.

Q2.Write an html code to show the use of different types of lists.

Q3.Create a web page consisting Background image implement some background properties

Q4.Demonstrate the use of different styles sheet

a) Inline
b) Internal
c) External

Q5.Write an html code to divide the page into four division using div tag with proper margin , border and some
CSS properties .

Q6.Following target names are reserved while using <a href >.Explain each by designing single HTML document.

i) _blank
ii) _self
iii) _parent

Q7.Write a JavaScript code to change the background content on button click .

Q8. Write a JavaScript code to create four functions addition, subtraction , multiplication , division .create two
buttons for submit and reset the output must be displayed in two Text fields.

Q9.Write an HTML code for the below login page: using internal CSS.

i)Name ii)Course iii)Email-id iv)Password

Q10.Write an HTML code to demonstrate the use of hover selector with <a> tag using CSS.

Q11.Write an HTML code to display a drop down menu(list) on a mouse-hover event (using hover selector) on the
web page .

Q12.Create student registration webpage using HTML form objects.

Q13. Write a JavaScript to validate inputs to a form consists of four different functions:

a) Email validation will check to see if a value lives up to the general syntax of an email.eg validate it with @ .
b) Empty validation will check to see if a field is empty or not.
c) Username validation will check to see if a value consists of a number , a capital letter ,a small letter and
length should be greater than 8 character.
d) A proper alert box should be displayed if the user doesn’t enter the value in the above format.

Q14.Write a JavaScript to validate a password field for:

a) Minimum length of password should be greater than 6 characters


b) There should be two fields for password and none of the field should be left empty
c) Both the password should be same
d) The verification should be done on button click .

A proper alert box should be displayed if the user doesn’t enter the values in the above format.

Q15.Write a program in JavaScript to concatenate two strings.

Q16. Write a program in JavaScript to implement any 5 string methods .

Q17. Write a program in JavaScript to print the square of the first natural numbers

Q18. Write a program in JavaScript to print the cube of a number take value from the user.
Q19.Write a program in JavaScript to create a user defined array.

Q20. Write a program in JavaScript to implement any five methods of an array..

Q21 Write a program in JavaScript to show alert() , confirm() ,prompt().

Q22.Write a program in PHP to swap two integer values.

Q23.Write a PHP program to :

a) Transform a string to all uppercase letters.


b) Transform a string to all lowercase letters.
c) Make a string’s first letter uppercase.
d) Make a string’s first letter lowercase and rest of the letters to uppercase.

Q24.Write a PHP program for showing the use of all the operators in PHP.

Q25. Write a PHP program to implement Super global variable.

You might also like