# python写了个带有选择题的html网页代码,想实现类似的功能
<!DOCTYPE html>
<html>
<head>
<title>中国崛起选择题</title>
</head>
<body>
<h1>中国崛起首先要</h1>
<form>
<input type="radio" name="answer" value="A"> A 美分
<input type="radio" name="answer" value="B"> B 蠢货
<input type="radio" name="answer" value="C"> C 韩货
<input type="radio" name="answer" value="D"> D 舔狗
<input type="radio" name="answer" value="E"> E 日货
<input type="radio" name="answer" value="F"> F 绿茶
</form>
</body>
</html>
看到一张图,
