Skip to content

meet931/Web-Programming-Practicals-GEC

Repository files navigation

Web-Programming-Practicals-GEC

Practical List

  1. Design an HTML page using the following.
  2. Heading Tags, Paragraph Tag, Line Break Tag, Center Tags, Bold, Italic, Underline

  3. Design an HTML page using the following tags.
  4. Image Tag, List Tags, Font Tag, Marquee Tag, Link Tags, Color Attributes, Alignment Attributes.

  5. Design an HTML page to display the following table with required HTML tags and attributes.
  6. Annotation 2023-02-25 225521

  7. Create a Registration form for following
    1. New User registration on the website
    2. New admission to the college
    3. Open a new Bank account

  8. Design an HTML page to demonstrate the use of Class, id, and wild card characters of CSS (inline).

  9. Design HTML form with javascript to perform the following task:
  10. d. To show the “You Clicked Me” message when a user clicks on the button “Click Me”.
    e. Takes an Integer number as input and tells whether the number is ODD or EVEN.
    f. Takes two real numbers as input and performs an arithmetic operation chosen by the user from the list of a radio buttons.

  11. Design HTML form(use experiment 4) and validate content using javascript with the following constraints:
    • Name accepts only alphabet character
    • Mobile Number with exactly 10 numbers
    • Email Id in valid format (@ must be included)
    • Display hint on mouse over the textbox
    • At least a single radio button selected

  12. Enhance experiment 4 to store and display the registration details from the database.
    • Store all information in the database after Validation
    • Retrieve Details and display them on Page

  13. Create and PHP code to find the Maximum and minimum value from the array
  14. Create and PHP code to demonstrate the use of Cookie and Session.
  15. Design a web page in PHP that perform CRUD operation for Student Data.
  16. Write a PHP script for reading the content from a text file and displaying data in tabular form.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages