Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
8 views3 pages

Practical Set Questions

The document outlines a series of tasks for creating HTML pages and forms, including elements like headings, paragraphs, forms for personal data, lists, anchor tags, and styling with CSS. It also includes JavaScript programming tasks for generating prime numbers, calculating simple interest, and validating form inputs. Overall, the document serves as a comprehensive guide for practicing HTML and JavaScript coding skills.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views3 pages

Practical Set Questions

The document outlines a series of tasks for creating HTML pages and forms, including elements like headings, paragraphs, forms for personal data, lists, anchor tags, and styling with CSS. It also includes JavaScript programming tasks for generating prime numbers, calculating simple interest, and validating form inputs. Overall, the document serves as a comprehensive guide for practicing HTML and JavaScript coding skills.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Questions 1. Create an HTML file (e.g. first_page.

html) that specifies a page that contains a


heading and two paragraphs of text. As the texts in the heading and paragraphs you can use
any texts you like

Questions 2. Write a HTML program to design a form which should allow to enter your
personal data ( Hint: make use of text field, password field, e-mail, lists, radio buttons,
checkboxes, submit button)

Questions 3. Write html code to generate following output.


1. Coffee
2. Tea
3. Black Tea
4. Green Tea
5. Milk

Questions 4. Write HTML Code to demonstrate the use of Anchor Tag for the Following:-
1. Creating a web link that opens in a new window.
2. Creating a web link that opens in the same window.
3. C Reference within the same html document.
4. Reference to some image
5. Making an image a hyperlink to display second image

Questions 5. Create an html page with following specifications Title should be about my
City. Place your City name at the top of the page in large text and in blue color. Add names
of landmarks in your city each in a different color, style and typeface. One of the landmark,
your college name should be blinking. Add scrolling text with a message of your choice

Questions 6. Create an html page with 7 separate lines in different colors. State color of
each line in its text.

Questions 7. Create an html page containing the polynomial expression as follows :


a0 + a1x+ a2x 2 + a3 x3

Questions 8. Write a HTML code to generate following output


Questions 9. Create an html page with red background with a message “warning” in large
size blinking. Add scrolling text “read the message” below it.

Questions 10. Write a HTML page to print Hello world in bold & Italic Form.

Questions 11. Design a HTML page to display a picture. The picture should be removed
from the screen after a mouse click on the picture.

Questions 12. Create a HTML Document with JavaScript code that has three Textboxes and
a button. The details should be accepted using textboxes are principal, rate of interest, and
duration in years. When user clicks the OK Button a message box appears showing the
simple interest of principal amount.

Questions 13. Write a HTML Script to insert a hyperlink. Create a hyperlink in html which
when clicked links to www.google.com in a new window

Questions 14. Create a HTML file which displays three images at LEFT, RIGHT and CENTER
respectively in the browser.

Questions 15. Create table with ROWSPAN and COLSPAN attribute of TABLE in
HTML(Prepare timetable of your class). Include CELLSPACING & CELL PADDING.

ate three links that will display different HTML forms in the remaining three frames
respectively. Write a program in Java Script to print factorial.

Questions 17. With CSS use the shorthand background property to set background image
to eg.”xyz.png”, show it once, in the top right corner.

Questions 18. Write a program in javascript to generate series of prime numbers.

Questions 19. `Write a JavaScript program to display the current day and time in the
following format.
Sample Output:Today is: Tuesday.
Current time is: 10 PM: 30:38

Questions 20. Write a program to sum and multiply of two numbers using JavaScript.

Questions 21. Write a program to redirect, popup and print function in JavaScript.

Questions 22. Create your first “Hello world” application in AngularJS.

Questions 23. HTML page which has a title of “Event Registration” and has references to
important libraries such as Bootstrap, Jquery and Angular.

Questions 24. Write a code to display the words “AngularJS” in both text format and in a
text box when the page is viewed in the browser.

Questions 25. Create a sample form program that collects the first name, last name,
email, user id, password and confirms password from the user. All the inputs are
mandatory and email address entered should be in correct format. Also, the values entered
in the password and confirm password textboxes should be the same. After validating
using JavaScript, in output display proper error messages in red color just next to the
textbox where there is an error.

You might also like