Lynx and Links2 - Terminal Web Browsers
Here are two simple and fun tools to browse the web with the terminal!
sudo apt install lynx
lynx examplewebsite.com
links2 is a similar tool and may be set up with the following commands:
sudo apt install links2
links2 examplewebsite.com