Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Tag

What it’s used for

Example

<p>…</p>

To denote a paragraph

<p>Albert Einstein was a German-born theoretical physicist who developed the theory of relativity, one of the two pillars of modern physics (alongside quantum mechanics). </p>

<br>

To add a line break

His work is also known for its influence on the philosophy of science. <br>He is best known to the general public

<dt>…</dt>

To bold a paragraph

<p><dt>Albert Einstein was a German-born theoretical physicist who developed the theory of relativity, one of the two pillars of modern physics (alongside quantum mechanics).</dt> </p>

<i>… </i>

To make text italic

Albert Einstein was a <i>German-born theoretical physicist who developed the theory of relativity</i>, one of the two pillars of modern physics (alongside quantum mechanics).

<ul>

  <li>…</li>

  <li>…</li>

  <li>…</li>

</ul>

To create a bullet list

Collaboration with other scientists:
<ul>
  <li>Einstein–de Haas experiment</li>
  <li>Schrödinger gas model</li>
  <li>Einstein refrigerator</li>
</ul>

<ol>

  <li>…</li>

  <li>…</li>

  <li>…</li>

</ol>

To create a numbered list

<ol>
  <li>Einstein–de Haas experiment</li>
  <li>Schrödinger gas model</li>
  <li>Einstein refrigerator</li>
</ol>

<dl>

  <dt>Term</dt>

  <dd>- description</dd>

  <dt>Term</dt>

  <dd>- description</dd>

</dl>

To list terms and descriptions

<dl>
  <dt>Einstein–de Haas experiment</dt>
  <dd>- Einstein and De Haas demonstrated that magnetization is due to the motion of electrons, nowadays known to be the spin. In order to show this, they reversed the magnetization in an iron bar suspended on a torsion pendulum.</dd>
</dl>

 

  • No labels