Created
August 20, 2010 12:11
-
-
Save rajib/540168 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div> | |
<div class="span-10 mLeft45"> | |
<div> | |
<fieldset> | |
<legend>Sign in to Twitter</legend> | |
<p> | |
<label for="username">Username or email</label><br> | |
input type="text" id="username" name="username" class="title" (make this as HTML tag) | |
</p> | |
<p> | |
<label for="password">Password</label><br> | |
input type="password" name="password" id="password" class="title" (make this as HTML tag) | |
</p> | |
input type="submit" value="Submit" onclick="Twitter.login();" (make this as HTML tag) | |
</fieldset> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment