What's new
HTML Forums | An HTML and CSS Coding Community

Welcome to HTMLForums; home of web development discussion! Please sign in or register your free account to get involved. Once registered you will be able to connect with other members, send and receive private messages, reply to topics and create your very own. Our registration process is hassle-free and takes no time at all!

Looking for a html tag showing screenshot of a website

bratac18

New member
Hello Devs,

Not sure if this post should be here, but its connected to HTML. Anyway, I am looking for a HTML tag which can show a screenshot of a website (dont want to download it, just show as img). Smth like this:
```
<img src="screenshot of google.com" width="500" height="600">
```
Building a Web Application in Elixir Phoenix, want to automate the images. I'm not sure that html has the power to do this, researched for JS and Canvas particularly, but I didn't found my issue.

Any thoughts would be appreciated,

Best Regards
 
Back
Top