courses:ast100:5.1
Table of Contents
This is an old revision of the document!
5.1 Periodic Table
1. Interactive table
<!DOCTYPE html> <html lang=“en”> <head>
<meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>AST 100: Interactive Periodic Table</title> <!-- Tailwind CSS has been removed so it will not interfere with DokuWiki's global CSS -->
</head> <body style=“margin: 0; padding: 0; background-color: #000; width: 100%; height: 100vh; overflow: hidden;”>
<!--
For your DokuWiki site, you generally only need to copy this <iframe> tag
and paste it into an HTML block or iframe plugin on your page.
-->
<iframe
src="https://artsexperiments.withgoogle.com/periodic-table"
style="width: 100%; height: 100%; border: none;"
allow="autoplay; encrypted-media"
allowfullscreen
title="Google Arts & Culture Interactive Periodic Table"
></iframe>
</body> </html>
2. Origin of heavy elements
courses/ast100/5.1.1774169602.txt.gz · Last modified: by asad
