Versions Compared

Key

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

...

HTML
<a class="button" href="#" onclick="this.blur();"><span>Пример кнопки</span></a>
Code Block
langhtml
titleКод кнопки

{html}
<a class="button" href="#" onclick="this.blur();"><span>Пример кнопки</span></a>
{html}