/ Published in: HTML
http://htmlbook.ru/practical/granitsa-vokrug-formy
Expand |
Embed | Plain Text
<!DOCTYPE html> <head> <meta charset=utf-8> <!--[if lt IE 9]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"> </script> <![endif]--> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> <div id="container"> <section> <header> </header> <!-- <div id="img"><div> <p>Какой раздел психологии изучает подсознательные процессы человеческого сознания?</p> <form> <input type="radio" value="psycho" />Психоанализ<br> <input type="radio" value="biheviorizm" />Бихевиоризм<br> <input type="radio" value="kognitiv" />Когнитивная пихология<br> <input type="radio" value="gumanist" />Гуманистическая психология<br> <input type="radio" value="geshald" />Гештальт-психология<br> <input class="" value="Ответить" type="button"> </form> --> </section> </div> </body> </html>
You need to login to post a comment.
