HTML

  • Write HTML code to design a website for Flight Reservation.
  • Write HTML code to design a website of facebook. Design three pages Home, Profile and Find Friends Request page which are linked to each other. Design First two pages of website (Home &Profile ) as shown below. And Third page (Find Friends Request) contains information as Image ,Name of Sender ,And two buttons Confirm and Delete.
  • Write a JavaScript program to design student registration form and perform following validation: - Check all fields should not contain a null value - Check name field contains only alphabets - Mobile No. field should be of 10 digits.s - Pin code field should be of 06 digits.
  • Write a JavaScript program to read a character string from user and perform the following functions: a. Accept a character from user and count the number of occurrences of that character in the string. b. Accept a Position from user and print the character at specified position. (Use promt() function for accepting a character)
  • Write HTML and CSS code to design a web page. Divide the browser screen into two frames. The first frame will display the heading. The second frame contains a menu consisting of hyperlinks. Clicking on any one of these hyperlinks will display related information in a new page as shown below. Use Internal style sheet with appropriate attributes to display information of each frame.
  • Write HTML and CSS code to design a web page. Divide the browser screen into two frames. The first frame will display the heading. Divide the second frame into two columns. The frame on the right contains a image of “Home and Kitchen Appliances”. The frame on the left contains a menu consisting of hyperlinks. Clicking on any one of these hyperlinks will display related information in a new page as shown below. Use External style sheet with appropriate attributes to display information of each frame.
  • Write HTML and CSS code to design a web page displaying list of hyperlinks. Divide the browser screen into two frames. The first frame will display the heading. Divide the second frame into two columns. The frame on the left will be a menu consisting of hyperlinks. Clicking on any one of these hyperlinks will display related information as a new page which must be open in frame on the right hand side. Use Inline style sheet with appropriate attributes to display information of each frame.
  • Write a JavaScript Program to read a number from user, store its factors into the array and display that array. (Handle onClick Event)