miframe_html() localhost: software/miframe-commons/demo

Regresar

Demos para ilustrar uso del utilitario miframe_html() de la librería miFrame\Commons, para visualización de mensajes en pantalla.

HTML generado al procesar los 5 recursos pendientes:

<link rel="stylesheet" href="/software/miframe-commons/demo/support/demo-html-files/uno.css" />
<link rel="stylesheet" href="/software/miframe-commons/demo/support/demo-html-files/tres.css" />
<style>
.miframe-dos { background:yellow; color:goldenrod; }
.miframe-cuatro { background:darkred; color:lightcoral; }
.demo-div { margin:10px 0; padding:20px; border-radius:4px; }
</style>
No minimizar estilos en línea | Incluir comentarios

Resultado al usar cssExportFrom():

<style>
.miframe-cinco { background:black; color:lightgray; }
</style>

Ejemplo de los estilos cargados:

miframe-uno: Estilos de cssLocal() como URL
miframe-dos: Estilos de cssLocal() en línea
miframe-tres: Estilos de cssRemoto()
miframe-cuatro: Estilos de cssInLine()
miframe-cinco: Estilos de cssExportFrom()

¿Tienes curiosidad por el código fuente?

Repositorio disponible en github.com

localhost: software/miframe-commons/demo © 2024.