Posts

Showing posts from 2020

Arin Bansal: For loop

Arin Bansal: For loop : INPUT <html> <head> <script> for(i=1;i<2;i++) {        document.write("10</br>");        docu...

Arin Bansal: LOGIN FORM 2

Arin Bansal: LOGIN FORM 2 : INPUT <html> <head> <title>LoginForm2</title> <style> table {     margin-top:150px;     margin-left:...

Arin Bansal: LOGIN FORM

Arin Bansal: LOGIN FORM : INPUT <html> <head> <title>Login Form</title> <style> body {        background-image:url("img.jp...🀣

Arin Bansal: Boxmodel in CSS

Arin Bansal: Boxmodel in CSS : INPUT <html> <head><title>Boxmodel</title> <style> p{      background-color:#ff0d55; color:green; ...

Arin Bansal: TIME TABLE(T.T)

Arin Bansal: TIME TABLE(T.T) : TIME TABLE INPUT <html> <head> <title>Time Table</title> </head> <body> <table border=...

Followers