EVENT CALENDAR USING HTML Get link Facebook X Pinterest Email Other Apps March 17, 2021 EVENT CALENDAR SEARCH A MONTH Please type in the Month (1-12); Month: Display Get link Facebook X Pinterest Email Other Apps Comments
REGISTRATION SAMPLE IN HTML March 31, 2021 <!DOCTYPE html> <html> <head> <title>REGISTRATION FORM</title> <style> div {margin-bottom: 10px; } label {dispaly: inline-block; width: 120px; } fieldset {background:#ADD8E6; } legend {padding:20px; font-size:20px; } </style> </head> <body> <form action="/from/submit" method="GET or POST"> <fieldset> <legend><b><i>REGISTRATION FORM</i></b></legend> <div> <label for ="fname">NAME:</label><br/><br/> <input type="text" name="NAME:" id="fname" value=""required/><br/><br/> </div> <div> <label for="Address">ADDRESS:</label><br/><br/> <input type="type" name="ADDRESS:" id="Address" value=""required/><br/><br/> <div/> <div> <label for ="contactnum"... Read more
Comments
Post a Comment