diff options
Diffstat (limited to 'html/encyclopedia/chemistry.html')
-rw-r--r-- | html/encyclopedia/chemistry.html | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/html/encyclopedia/chemistry.html b/html/encyclopedia/chemistry.html new file mode 100644 index 0000000..b5d997f --- /dev/null +++ b/html/encyclopedia/chemistry.html @@ -0,0 +1,39 @@ +<!DOCTYPE html> +<html lang="da"> + <!--#include virtual="/include/head.shtml"--> + <head> + <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script> + <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script> + </head> + <body> + <!--#include virtual="/include/pghdr.shtml"--> + <div class="content"> + <p class="pageTitle">Leksikon<sub> Kemi</sub></p> + <div class="section" id="measures-and-units"> + <p class="large">Mål og Enheder</p> + <table> + <tr> + <th>Mål</th> + <th>Enhed</th> + </tr> + <tr> + <td>mollarmasse (M)</td> + <td>kilogram pr. mol (kg/mol)</td> + </tr> + <tr> + <td>stofmængde (n)</td> + <td>mol (mol)</td> + </tr> + </table> + <p>Evt. se <a href="/html/encyclopedia/physics.html#measures-and-units">fysikkens enheder</a>.</p> + </div> + <div class="section" id="formulas"> + <p class="large">Formler</p> + <p class="math">\(m = Mn\)</p> + <p class="math">\(M = \frac{m}{n}\)</p> + <p class="math">\(n = \frac{M}{m}\)</p> + </div> + </div> + <!--#include virtual="/include/pgftr.shtml"--> + </body> +</html> |