Blogspot Login and Entry Form
Blogspot Login and Entry Form
<html>
<head><title>Login to My Own Blog!</title> </head> <body> <h1>Log in to My Own Blog to begin blogging!</h1> <form action="[Link]" method="get"> <table border="0"> <tr><label> <td>Enter your name:</td> <td><input type="text" value="enter name" size="40"/> </td></label> </tr> <tr><label> <td>Enter your password:</td> <td><input type="password" value="enter pswd" size="40"/> </td></label> </tr> <tr><label> <td> </td> <td><input type="submit" name="s1" value="SUBMIT"/> </td> </label></tr> </table> </form> </body></html>
EX:NO:2
<html>
<head><title>Add entry to My Own Blog!</title> </head> <body> <form action="[Link]" method="get"> <h1>Add an entry to My Own Blog!</h1> <h6>Instuctions:Enter a title and body for your blog [Link] the body,you can use simple HTML formatting elements,such as bold and italic as well as the hyperlink anchor elements. </h6> <table border="0"> <tr> <td>Title:</td> <td><input type="text" value="enter title" size="40" style="float:centre"/></td> </tr> <tr> <td>Body: </td> <td><textarea name="a" rows="6" cols="30" style="float:centre"></textarea></td> </tr> </table> <label><input type="submit" name="s1" value="Preview"/> </label> <label><input type="submit" name="s1" value="Add Entry"/> </label> <label><input type="submit" name="s1" value="Clear"/> </label>
EX:NO:3
<html> <head> <title>My Own Blog!</title> </head> <body>
MY OWN BLOG
<form action="[Link]" method="get"> <div> <img src="C:\Documents and Settings\Administrator\My Documents\My Pictures\[Link]" width="438" height="120"alt='"My Own Blog!" Banner'/> </div> <table border="0"> <tr><td style="vertical-align:top">MARCH 9,2013 1:05 PM EDT <h1>I'm hungry</h1> <p>Strange.I seem to get hungry about the same time every [Link] it's something in the water</p><hr/></td> <td style="vertical-align:top"><ul> <li><a href="[Link]">Home</a></li> <li>Archives <ul> <li><a href="[Link]?month=3&year=2013">March 2013</a></li> <li><a href="[Link]?month=4&year=2013">April 2013</a></li> <li><a href="[Link]?month=5&year=2013">May 2013</a></li> </ul> </li> </ul></td></tr> <tr><td>
MARCH 6,2013 5:12 PM <h1>When's dinner?</h1> <h6>My gastric juices are gurgling...</br>I'll write more later!</h6> </td> </tr></table> </form> </body> </html>
OUTPUT:
OUTPUT:
OUTPUT: