HTML code for a clock

 <!DOCTYPE html>

<html>

  <head>

    <meta charset="UTF-8">

    <title>HTML Clock</title>

    <style>

      body {

        font-family: Arial, sans-serif;

        text-align: center;

      }

      #clock {

        font-size: 48px;

        font-weight: bold;

        margin-top: 50px;

      }

    </style>

  </head>

  <body>

    <div id="clock"></div>

    <script>

      function updateTime() {

        var now = new Date();

        var hours = now.getHours();

        var minutes = now.getMinutes();

        var seconds = now.getSeconds();

        hours = hours < 10 ? "0" + hours : hours;

        minutes = minutes < 10 ? "0" + minutes : minutes;

        seconds = seconds < 10 ? "0" + seconds : seconds;

        document.getElementById("clock").innerHTML = hours + ":" + minutes + ":" + seconds;

      }

      setInterval(updateTime, 1000);

    </script>

  </body>

</html>


EMI Calculator html code

 <!DOCTYPE html>

<html>

  <head>

    <title>EMI Calculator</title>

  </head>

  <body>

    <h1>EMI Calculator</h1>

    <form>

      <label for="principal">Loan Amount:</label>

      <input type="number" id="principal" name="principal" required><br><br>

      

      <label for="rate">Interest Rate (% p.a.):</label>

      <input type="number" id="rate" name="rate" required><br><br>

      

      <label for="tenure">Loan Tenure (in months):</label>

      <input type="number" id="tenure" name="tenure" required><br><br>

      

      <button type="button" onclick="calculate()">Calculate EMI</button><br><br>

      

      <label for="result">EMI per month:</label>

      <input type="text" id="result" name="result" readonly>

    </form>

    

    <script>

      function calculate() {

        let principal = parseFloat(document.getElementById("principal").value);

        let rate = parseFloat(document.getElementById("rate").value);

        let tenure = parseInt(document.getElementById("tenure").value);

        

        let monthly_rate = (rate/100) / 12;

        let emi = (principal * monthly_rate * ((1 + monthly_rate) ** tenure)) / (((1 + monthly_rate) ** tenure) - 1);

        

        document.getElementById("result").value = emi.toFixed(2);

      }

    </script>

  </body>

</html>


How can I find saved Wi-Fi password?

If that's the case, you can follow the steps below:


Open the "Control Panel" on your Windows computer.

Click on "Network and Sharing Center."

Click on the Wi-Fi network that you want to see the password for.

Click on the "Wireless Properties" button.

Click on the "Security" tab.

Check the "Show characters" box next to the "Network security key" field.

This will display the Wi-Fi password in plaintext so that you can see it. Keep in mind that you may need administrative privileges on your computer to view this information. 

Find All Saved Wifi Passwords In Windows 10

 hey guys  I'm going to show you how you can find out all the saved Wi-Fi password on your Windows 10 operating system using command-line so let's say I have this Windows operating system this is a fairly new Windows operating system so till now I have only connected to one Wi-Fi password so I'm going to just click on this internet access icon here and then click on open Open Network and Internet Settings network and Internet settings and I can see here that I have on this Windows operating system have connected to this Wi-Fi network but if you have ever connected to let's say five or ten Wi-Fi networks and you have entered those password on your Windows 10 operating system then you will see the list of all the networks you have previously connected to here so let's say you have connected to three Wi-Fi network one is in your home one is in your office and other is in your friend's house or whatever all the password have been saved on your Windows 10 operating system so let's see how to find out all those Wi-Fi passwords on your Windows 10 operating system so for this what you Open Command Prompt need to do is you need to open the command prompt so for opening the command prompt you can go to the search bar and then click on CMD here so here once this command prompt option opens you just need to right-click on this option and then run as administrator ok so you need to open the command prompt as administrator so once your command prompt is open as an administrator what you need to do is you need to give this command first of all so I'm going to just copy this command I'm also going to paste this command in the description of the video also so you can directly copy it so just paste this command on your command prompt which is net sh WLAN show profile and then I'm going to press enter here and it's going to show you all the networks which you have connected to are using this Windows operating system so as I have mentioned I have only connected to only one network which is this network but if you have previously connected to several networks all the list of the networks will be displayed here in this command prompt so now I have the list of networks now I'm going to give the second command which is this command which is net SH WLAN export profile space folder is equal to C colon backslash so all the password related files will be saved in your C directory if you want to change this holder location you can change this folder location from here also and then space key is equal to clear and then I'm going to just press ENTER and you can see it shows this message which is interface profile WLAN which is the name of my network is saved in the file C and then the file name will be this one okay if you have multiple networks listed here then you will see multiple files will be created in your C directory so now I'm going to go to my C directory so let's go to our C directory and you can see this file is created here so you can just open this file by just double clicking on this file and then you can choose the app which you want to use to open it so let's use notepad to open this XML file so once this file opens you need to search for a key called key material okay so the just search for this key and whatever is here in between these this key tag will be your password so this is my Wi-Fi password which I am going to change in a bit so this is how you can find out all the saved Wi-Fi password on your windows 10 operating system so as I have said that if you have connected to multiple Wi-Fi networks using your windows 10 then you will see multiple files here and and then see your Wi-Fi password in that XML file so I hope you have enjoyed this video and I will see you in the next video


How to See Saved Wifi Passwords

Opan a New Text Document txt  file seve as .bat file format


@echo off


setlocal enabledaydexpansion


for /f "tokens=2 delims=:" %%a in ('netsh wlan show profile') do (


set "ssid=%%~a"


call :getpwd "%%ssid:~1%%"


)


pause


:getpwd


set "ssid=%*"


for /f "tokens=2 delims=:" %%i in ('netsh wlan show profile name^="%ssid:"=%" key^=clear ^|findstr /C:"Key Content"') do (


echo Wi-Fi Name: %ssid% Password : %%i


)

How can I link my Aadhar card with PAN card?

 You can link your PAN with Aadhaar by following process

a) Open the Income Tax e-filing portal - https://incometaxindiaefiling.gov.in/

b) Register on it (if not already done). Your PAN (Permanent Account Number) will be your user id.

c) Log in by entering the User ID, password and date of birth.

d) A pop up window will appear, prompting you to link your PAN with Aadhaar. If not, go to ‘Profile Settings’ on Menu bar and click on ‘Link Aadhaar’.

e) Details such as name date of birth and gender will already be mentioned as per the PAN details.

f) Verify the PAN details on screen with the ones mentioned on your Aadhaar. Pls. note that if there is a mismatch, you need to get the same corrected in either of the documents.

g) If the details match, enter your Aadhaar number and click on the “link now” button.

h) A pop-up message will inform you that your Aadhaar has been successfully linked to your PAN

i) You may also visit https://www.utiitsl.com/ OR https://www.egov-nsdl.co.in/ to link your PAN and Aadhaar.

How to Share Printer to Multiple Computers on Windows 11

Hello how to share printer with other computers in windows 11. in windows 11 as in windows 10 you can share a printer connected to your computer via a usb cable so that you can print from other computers on the same network if you have a network printer you do not need to share it on a computer because you can connect directly to the printer from other computers in the video i explain how to share the printer that works via a usb cable before starting the steps of setting up and sharing the printer make sure that the printer driver is installed and the printer can print on the main computer which is the computer to which the printer is connected directly also make sure all the computers you want to print from are connected to the same network or router after making sure of this we start with the steps which is to open the start menu and from it open the settings after opening the settings click on bluetooth and devices from the left menu and then click printers and scanners on the right then select the printer you want to share from the list of available printers and click on it after selecting the printer to be shared you will see more than one choice click on printer properties from the printer properties window click the sharing tab then in printer sharing options check the box next to share this printer then in the share name box type the share name that other computers will see when you want to connect to the printer i will suggest you to use the word denotes the printer as you may have more than one printer when finished click the apply button then okay you are now finished configuring the printer to share it with other computers on your network meaning that the printer is ready it has been shared and any device on the same network can access it and print this is the first step as you will not be able to print to a printer that works with a usb cable without sharing it before going to another computer and connecting to the printer from it it is necessary to know the name of the main computer to which a printer is connected directly to find out the name of a computer open the start menu and then open settings then click on system from the left menu then scroll down and click on about you can get the computer name now in device name field you will find the name of the computer keep the name well because you will need it when adjusting the settings of the shared printer on other devices now everything is ready we will move with you to another computer to explain how to connect to a shared printer in windows 11. this is the second step let's go after knowing the name of the printer and the name of the main computer to which the printer is connected before starting the steps to connect to the printer make sure your primary computer is running with the shared printer and printer open the start menu and from there open settings then click on bluetooth and devices on the left and then click printers and scanners on the right next to it you will find add a printer or scanner click the add device button wait a few seconds and when you see message that the printer i want is not listed click the add manually button at find a printer by other options window choose select a shared printer by name and then type the primary computer name and the shared name of the printer before you write look at the bottom as it defines a writing format for you follow the existing format to reach the path of the shared printer easily if you do not follow the specified format you will not be able to find the shared printer once you type the computer name in the format you selected it will show you the shared printers select the printer you want and if you do not see the name of the printer you type it with the name that we wrote while sharing the printer then click the next button after which it will ask you to type a name for the printer on your device type the name you want or leave it as it is and then click the next button and finally click on the finish button sometimes you may be asked to enter the username and password for the primary computer you can now print on the printer without any restrictions simple and easy steps for any user i hope the video is useful to you