SCHOLARSHIP APPLICATION RESULT HTML5 Get link Facebook X Pinterest Email Other Apps March 14, 2021 Fulfill the details below: SCHOLARSHIP APPLICATION RESULT ENTER YOUR NAME ENTER YOUR PROGRAM: BMMA ABCOM FINE ARTS RADTECH EMAIL GRADE: display ENROLL NOW!!! --- ENROLL NOW!!! --- ENROLL NOW!!! --- ENROLL NOW!!! --- ENROLL NOW!!! --- ENROLL NOW!!! --- 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
EVENT CALENDAR USING HTML March 17, 2021 EVENT CALENDAR SEARCH A MONTH Please type in the Month (1-12); Month: Display Read more
ART BLOG IN HTML 5 USING IMAGES March 13, 2021 <!DOCTYPE html> <html> <head> <style> body { font-size:40px; background-color: #FFDEAD;} legend { padding:20px; font-size:60px; text-align:center;} div.box { border:2px solid; padding:10px; width:30%; height:700px; background-color:white; box-shadow:0px 15px 10px 0px #888888; margin-bottom:25px; } div.polaroid { border:1px solid; padding:10px; width:60%; height:350px; background-color:white; box-shadow:0px 15px 10px 0px #888888; margin-bottom:25px; } div.container { text-align:left; padding:10px 20px; } img {} </style> </head> <body> <legend>LANCE'S ART BLOG</legend> <img src="https://i.ibb.co/yk2wynj/Future-Dream.png alt="DREAM FAM" style=" width:90%; height:auto; box-shadow: 0px 20px 15px 0px #888888; padding: 25px; float:center; border:1px;"> <div class="polaroid"> <img src="https://i.ibb.co/qM8YvcV/e... Read more
Comments
Post a Comment