website building in html

Published on December 2016 | Categories: Documents | Downloads: 31 | Comments: 0 | Views: 191
of 4
Download PDF   Embed   Report

first step effort for beginners in htmlwebsite building

Comments

Content

Website building in HTML

code of basic three pages to build a website fir online record of library. Main page <HTML> <HEAD> <center> <font color="#FF0000" size=4><b><i> Welcome to VU Library </i></b></font> </center> </HEAD> <TITLE> Welcome to VU Library </TITLE> <Body> <body bgcolor="GREEN"> <a href="powerpoint document"> PowerPoint </a> <br> <a href="registration page" > Registration </a> <br> <a href=" book issue page" > Book Issue </a> </body> </HTML> REGISTRATION 2ND PAGE <html> <title> Lets register first.. </title> <head> <b> Registration <b> </head> <body> <form> <br> Name: <input type="text" name="Name" /> <br /> <br> RollNo: <input type="numeric" name="rollno" /> <br /> <br> semester: <input type="text" name="semester" /> <br /> <b> CallerID: <input type= "text" name="callerid" /> </br> <br> Gender </br> <br> <input type="radio" name="sex" value="male" /> Male

<input type="radio" name="sex" value="female" /> Female </br> <br> Hobbies </br> <br> Cricket: <input type="checkbox" name="hobby" value="cricket" /> Internet: <input type="checkbox" name="hobby" value="internet" /> FootBall: <input type="checkbox" name="hobby" value="FootBall" /> </br> <br> Session: <input type="text" name="session" /> <br /> <br> <form name="input" action="html_form_submit.asp" method="get"> <input type="submit" value="Submit" /> <input type="reset" /> </form> </body> </html> book issue return page (3rd page) <html> <b> ISSUE RETURN </b> <form> <b> CallerID: <input type= "text" name="callerid" /> </br> <br> <select name="Book-list" id="drop1"> <option value="1">Book1</option> <option value="2">Book2</option> <option value="0">Book3</option> </select> </br> <br> <form name="input" action="html_form_submit.asp" method="get"> <input type="submit" value="Submit" />

<input type="reset" /> </form> </html>

Sponsor Documents

Or use your account on DocShare.tips

Hide

Forgot your password?

Or register your new account on DocShare.tips

Hide

Lost your password? Please enter your email address. You will receive a link to create a new password.

Back to log-in

Close