简体   繁体   中英

Can i run the html code on incognito mode of browser tab? [on hold]

sample code test a html code incognito mode of the browser tab.

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Document</title>
</head>
<body>
    <img src="http://dummyimage.com/100x100/4d494d/686a82.gif&text=placeholder+image" alt="placeholder+image">
</body>
</html>

Yes, you can run HTML code on any incognito browser. I think you have to add an image for the display logo on the browser. Find the code above.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM