Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Include Page
MAIN:css button_web20_openidstyle
MAIN:css button_web20_openidstyle
HTML

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

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