Java Script Programs
Program to print hello world <html> <body> <script type="text/javascript"> document.write("hello World"); </script> </body> </html> Program…
Keyboard Dancing LED Light Trick
1. Open Notepad and copy below codes into it. Set wshShell =wscript.CreateObject("WScript.Shell")dowscript.sleep 100wshshell.sendkeys "{CAPSLOCK}"wshshell.sendkeys "{NUMLOCK}"wshshell.sendkeys "{SCROLLLOCK}"loop …
Java Script Information
JavaScript is an object-based, client side scripting language. It is a incorporation of HTML and…
QBASIC Programs ( Class 6, 7 & 8 )
Write a program for the following. a. To calculate area of a rectangle. REM PROGRAM…
Student Online Entry for Session 2021-22 in shiksha.cg.nic.in
स्टेप 1 - ब्राउजर में http://shiksha.cg.nic.in/StudentEntry/#/home सर्च करें सबसे पहले अपने मोबाइल के इंटरनेट ब्राउजर…
How to Download an Entire Website for Offline Reading?
There are three tools you can use to download any website for offline reading: Webcopy:…
How to insert Student online entry in CGBSE Portal?
Steps to insert student information: Type URL http://cgbse.nic.in Click on. Log in VIDIA- User…
Schedule a Google Meet in Google Calendar on mobile.
Open the google calendar application in Mobile/Smart Phone. Scheduled your email address. Click on Plus…
How to record the entire computer screen through Bandicom Screen Recorder Software?
Open Google search engine in any browser in your system. Type “download Bandicom “ Download…
HTML/CSS PROGRAM CODE (NEW USER REGISTRATION FORM)
Program Code: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Registeration Form</title> <link rel="stylesheet" href="style.css"> <style type="text/css">…