{source}
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel=”stylesheet” href=”http://necolas.github.com/normalize.css/2.0.1/normalize.css”>
<link rel=”stylesheet” href=”http://www.legjobbvagyok.hu/tesztek/style.css”>
</head>
<body>
<div class=”wrapper”>
<h1></h1>
<form action=”http://legjobbvagyok.hu/index.php/hu/demo-kiertekeles” method=”post”>
<h3>Kérdés</h3>
<div class=”radio”>
<input id=”01Y” type=”radio” name=”01″ value=”Y”>
<label for=”01Y”>Igen</label>
<input id=”01N” type=”radio” name=”01″ value=”N”>
<label for=”01N”>Nem</label>
</div>
<h3>Kérdés</h3>
<div class=”radio”>
<input id=”02Y” type=”radio” name=”02″ value=”Y”>
<label for=”02Y”>Igen</label>
<input id=”02N” type=”radio” name=”02″ value=”N”>
<label for=”02N”>Nem</label>
</div>
<h3>Kérdés</h3>
<div class=”radio”>
<input id=”03Y” type=”radio” name=”03″ value=”Y”>
<label for=”03Y”>Igen</label>
<input id=”03N” type=”radio” name=”03″ value=”N”>
<label for=”03N”>Nem</label>
</div>
<input type=”submit” value=”Kiértékelés”>
</form>
</div>
</body>
</html>
{/source}
0 Comment