Yes, it's very much possible.
There are
2 methods for finding IP Address of website.
Method 1:
Go to Command Terminal. Invoke command "ping
"
for ex. I passed command "ping www.google.com"
Whenever we ping the domain name of any website, the ping packet goes to the website and returns the acknowledgement packet with the IP Address of the website. Many famous/giant Web sites do not return replies(acknowledgement) to ping commands because lot's of ppl keep trying for this(like I tried in example "ping www.google.com"). So to avoid unnecessary traffic, they write a bot, not to reply back to pings, but the site IP address can usually still be obtained. This "ping" technique will fail if the website is not-hosted/blocked/temporarily down/unavailable or if the server/computer used to perform the ping is not connected to the Internet.
You can also try typing only the IP Address in URL address bar of browser, it will work ! because it makes interface with DNS in between.