HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <img src="books.png" crossorigin="anonymous" width="200" height="200"> <!--Consider the following image is from example.com--> <img src="books.png" crossorigin="https://example.com/" width="200" height="200"> </body> </html>
OUTPUT
×

Save as Private