Html
Acción Comando
Atras
🚐
Caracteres y codigos https://ascii.cl/es/codigos-html.htm
Imagen, cargar desde disco duro src='file:///R:/music/img.webp'
iframe
    <style>
    html,
    body {
        overflow: hidden;
    }
    iframe {
        position: absolute;
        height: 100%;
        width: 100%;
        margin-top: -10px;
        margin-left: -10px;
    }
    </style>

    <body>
        <iframe src="https://pwa-b1835.web.app/home" scrolling="no">
    </body>
Tabulacion &#09;
Tabulacion: a la izquierda shift+tab