<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
.box6{
width: 300px;
height: 300px;
background-color: aqua;
font-family: "正楷";
}
.box7{
width: 400px;
height: 400px;
background-color: azure;
font-family: "黑体";
}
.box8{
width: 500px;
height: 500px;
background-color: antiquewhite;
font-family: "微软雅黑";
}
</style>
</head>
<body>
< img src="C:\Users\lenovo\Desktop\微信图片_20231025130948.jpg" alt="10题图片" width="200px" height="200px">
<div class="box6">
<label>10.铅盒与屏幕之间存在匀强电场和匀强磁场,则电场和磁场方向可能是( )</label><br>
<label><input type="radio" name="people">A.电场方向水平向左、磁场方向垂直纸面向里</label><br>
<label><input type="radio" name="people">B.电场方向水平向左、磁场方向垂直纸面向外</label><br>
<label><input type="radio" name="people">C.电场方向水平向右、磁场方向垂直纸面向里</label><br>
<label><input type="radio" name="people">D.电场方向水平向右、磁场方向垂直纸面向外</label><br>
</div>
</body>
</html>