Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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>

Image Added

<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

Image Added

<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>

Image Added

<i>… </i>

To make text italic

Albert Einstein was a

...

Specializing in physics and mathematics, he received his academic teaching diploma from the <i>Swiss Federal Polytechnic School</i> (German: eidgenössische polytechnische Schule) in Zürich in 1900.

Image Added

<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>

Image Added

<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>

Image Added

<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>

Image Added

 

Image Added

Image Added