-
Notifications
You must be signed in to change notification settings - Fork 1
/
submit.html
31 lines (23 loc) · 845 Bytes
/
submit.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>submit article</title>
</head>
<body>
<h1>GUJJUPEDIA
</h1>
<h2>post your article here
</h2>
<form action='register.php' method='post'>
<p>TITLE:<input type='text' name='title' />
</p>
<p>WRITE HERE:<textarea name='link' rows='40' cols="100"></textarea>
</p>
<p>Description:<textarea name='description'></textarea>
(not compulsury )
</p>
<input type='submit' name='submit' value="submit article" />
</form>
</body>
</html>