test 2 Get link Facebook X Pinterest Email Other Apps INPUT <html> <head> <title>Test 2</title> </head> <frameset rows="50%,50%,50%"> <frameset cols="20%,40%,60%"> <frame src=test.html></frame> <frame src=desk.html</frame> <frame src=flask.html></frame> </frameset> <frame src=dark.html></frame> </frameset> </html> OUTPUT Get link Facebook X Pinterest Email Other Apps Comments
Arin Bansal: For loop Arin Bansal: For loop : INPUT <html> <head> <script> for(i=1;i<2;i++) { document.write("10</br>"); docu... Read more
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=... Read more
Comments