It’s very easy to find IP address of a website in windows, all you have to do is to open the command prompt and type the following commands (either one of them):
Syntax 1:
nslookup <yoursitename.com>
Example 1:
nslookup tutorialsmade.com
Syntax 2:
ping <yoursitename.com>
Example 2:
ping tutorialsmade.com
Here is the step by step explanation of how to do the above operation:
Open Run Dialog by pressing Windows Button + R and they type cmd to open the command prompt
Step 1:
Step 2:
See the yellow square box highlighted in the above picture showing the ipaddress of tutorialsmade.com
Enjoy the day!