Web PR2 Interface

Web PR2 Interface

May 13, 2025 by Balmukund Maurya

Coming Soon.............

Prev Next
WDP Practical 1

WDP Practical 1

May 12, 2025 by Balmukund Maurya

Object: 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)




Practical 1

Enter Full Name :-

Enter Your Email :-

Enter Your Password :-

Choose Your Course :-

Your Gender :- Male
Female Others

Certificate Available :- 10th
12th
Graduation



Try it Yourself »
Python Language

Python Language

May 12, 2025 by Balmukund Maurya

[gxp_code_python] [/gxp_code_python]
MariaDB

MariaDB

May 12, 2025 by Balmukund Maurya

[gxp_code_mariadb][/gxp_code_mariadb]
C Language

C Language

May 12, 2025 by Balmukund Maurya

[gxp_code_c] #include // Create a function void myFunction() { printf(“I just got executed!”); } int main() { myFunction(); // call the function return 0; } [/gxp_code_c]
HTML Tables

HTML Tables

May 12, 2025 by Balmukund Maurya

HTML Table

Company Contact Country
Alfreds Futterkiste Maria Anders Germany
Centro comercial Moctezuma Francisco Chang Mexico
Ernst Handel Roland Mendel Austria
Island Trading Helen Bennett UK
Laughing Bacchus Winecellars Yoshi Tannamuri Canada
Magazzini Alimentari Riuniti Giovanni Rovelli Italy
Try it Yourself »
<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
<h6>Heading 6</h6>