Run
❯
Run Code
Ctrl+Alt+R
Save Code
Ctrl+Alt+A
Change Orientation
Ctrl+Alt+O
Change Theme
Ctrl+Alt+D
<!DOCTYPE html> <html> <head> <link rel="icon" href="demo_icon.gif" type="image/gif" sizes="16x16"> </head> <body> <h2>Hello world!</h2> <p>Open this page in a <a href="tryhtml5_link_sizes.html" target="_blank">new window</a> to see the favicon.</p> <p><b>Note:</b> The sizes attribute is not currently supported in any of the major browsers.</p> </body> </html>