Podstawowe znaczniki

Super User
Odsłony: 199

Nagłówki

<h1>Nagłówek 1</h1>

<h2>Nagłówek 2</h2>

<h3>Nagłówek 3</h3>

<h4>Nagłówek 4</h4>

<h5>Nagłówek 5</h5>

<h6>Nagłówek 6</h6>

 

Listy punktowane i numerowane

<ul>

  <li>Jestem elementem listy</li>

  <li>Jestem elementem listy</li>

  <li>Jestem elementem listy</li>

</ul>

  • Jestem elementem listy
  • Jestem elementem listy
  • Jestem elementem listy

<ol>

  <li>Jestem pierwszym elementem listy</li>

  <li>Jestem drugim elementem listy</li>

  <li>Jestem trzecim elementem listy</li>

</ol>

  1. Jestem pierwszym elementem listy
  2. Jestem drugim elementem listy
  3. Jestem trzecim elementem listy

Hiperłącza

<a href="http://www.wp.pl">treść linku</a>

treść linku

Kategoria: