You mean if it's possible to implement a simple web browser with SFML?
SFML supports the HTTP protocol, which you can use to fetch website contents, but you have to parse the HTML and CSS code yourself and display everything correctly. It will be a giant effort with very limited results (websites can become arbitrarily complex, if you consider scripts, forms, ...), so you'd better use something other than SFML.