Skip to content

Instantly share code, notes, and snippets.

@Realetive
Created December 13, 2020 02:32
Show Gist options
  • Save Realetive/016522e51399b772d8654c015f262e2b to your computer and use it in GitHub Desktop.
Save Realetive/016522e51399b772d8654c015f262e2b to your computer and use it in GitHub Desktop.
<form>
<fieldset>
<legend>Прозвище Дракса из «Стражей Галактики»?</legend>
<label>
<input type="radio" name="answer" value="Exterminator">
Уничтожитель
</label>
<label>
<input type="radio" name="answer" value="Destroyer">
Разрушитель
</label>
<label>
<input type="radio" name="answer" value="Accuser">
Обвинитель
</label>
<label>
<input type="radio" name="answer" value="Sweet-tooth">
Сладкоежка
</label>
</fieldset>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment