Skip to content

Instantly share code, notes, and snippets.

@robhrt7
Created November 18, 2012 14:52
Show Gist options
  • Save robhrt7/4105654 to your computer and use it in GitHub Desktop.
Save robhrt7/4105654 to your computer and use it in GitHub Desktop.
Form - form_ul
<div class="form_i">
<span class="input-l">Пол</span>
<ul class="form_ul">
<li class="form_ul_li"><input id="m22" type="radio" name="gender2" class="irc"><span class="irc_l"><label for="m22">мужчина</label></span></li>
<li class="form_ul_li"><input id="fm22" type="radio" name="gender2" class="irc"><span class="irc_l"><label for="fm22">женщина</label></span></li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment