Program : HTML Code <html> <head> <title>Student Info</title> </head> <body><center> ...
Read More
How to create a registration page with PHP and MySQL
Program : File Name : Student_det.php <html> <head> <meta http-equiv="Content-Type" content="text/htm...
Read More
Creating Login Form in C programming
Program : #include <stdio.h> #include <conio.h> void main() { clrscr(); textcolor(WHITE);textbackground(BL...
Read More
How to create Biodata in html
Program : <html> <head> <title> BIO-DATA </title> <body> <table border="1" width=...
Read More
How to create image link in html
Program : File name : Mainpage.html <html> <body> <a href="link2.html"> <img src="index.jpg...
Read More
How to refresh images in html
Program : <html> <head> <title> Image auto reload for every 5 seconds </title> <meta http-equiv=...
Read More
How to write cascading style sheets
Program 4 <html> <head><h1>UG COMPUTER SCIENCE</h1> <link rel="stylesheet" href="style2.css...
Read More
Subscribe to:
Posts
(
Atom
)
PHP Registration form using GET, POST Methods with example
Program : HTML Code <html> <head> <title>Student Info</title> </head> <body><center> ...