javascript FORWARD NOTICE my website 15:51:00 <!DOCTYPE html> <html> <head> <style> .container{ border: 1px solid white; } h2{ text-align: cen... Read more No comments:
javascript FORM WITH CLIENT-SIDE VALIDATION IN JAVASCRIPT my website 15:24:00 <!DOCTYPE html> <html> <head> <style> body { background-color: lightblue; } h1 { color: black; ... Read more No comments:
sample-code Create Question Set Using HTML,CSS and JavaScript @BhagabaN 14:52:00 Fill the Subject and topic Name Then click on OK button and Create a Question set <!DOCTYPE html> ... Read more 1 comment:
sample-code shuffle photo gallery js 21:09:00 <!DOCTYPE html> <html> <head> <style> div.gallery { border: 1px solid #ccc; } div.gallery:hover { ... Read more No comments:
javascript Calculator shaswat nayak 18:20:00 !DOCTYPE html> <html> <head> <style> .btn{ margin-left:170px; border:5px solid #6699ff; width:30%; padding:... Read more No comments:
javascript Small calculator Debabrat naik 16:21:00 <!DOCTYPE html> <html> <body> <head> <style> .btn{ border:2px solid #000099; width:20%; ... Read more No comments:
javascript Mini Calculator Mangulu Patra 15:27:00 <html> <head> <style> .btn{ border:2px solid #6699ff; width:30%; padding:40px 40px; } button{ margin:10px... Read more No comments:
sample-code photo Gallery js 15:42:00 JavaScript code for photo Gallery <!DOCTYPE html> <html> <body> <p id="sl"></p> <h2... Read more 1 comment:
sample-code Tic Tac Toe Game srikant naik 16:09:00 Program Codes <!DOCTYPE html> <html> <head> <style> body, html { width: 100%; height: 100%; } ... Read more No comments:
Comments