ugodoc
Embedding HTML into HTML
Initializing search
    ugodoc
    ugodoc
    • Home
      • Charts
      • Digital Humanities
      • Edition Cheat Sheets
      • Infographies
      • LaTeX Snippets
      • Resources for Data Science
      • Storytelling with Data
      • Ten Kinds of Stories to Tell with Data
      • Dix trames de récits avec des données
      • Visual Perception (visualisation)
      • OS Cheat Sheets
      • Codecademy, Learn the Command Line Notes
      • Command Line Crash Course
      • Command Shell Snippets
      • CLI, regex, and Git
      • The Linux Command Line
      • Useful Shell Commands for Data Science
      • SQL-NoSQL Cheat Sheets
      • Codecademy, Learn SQL
      • Codecademy, SQL, Analyzing Business Metrics
      • Codecademy, SQL, Table Transformation
      • Introduction to SQL JOINs
      • Embedding HTML into HTML
      • HTML and CSS
      • Responsive HTML

    Embedding HTML into HTML

    • Embedding static visualizations from packages can be done with image outputs (.png, .pdf) or HTML outputs.
    • We can embed just about any HTML snippet with <iframe> or <embed>.
    <iframe seamless src="../img/leaflet_frag.html" width=520px height=520px ></iframe>
    
    <embed seamless src="../img/leaflet_frag.html" width=520px height=520px ></embed>
    

    Previous Introduction to SQL JOINs
    Next HTML and CSS
    Made with Material for MkDocs