HTML code
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="stylesheet.css"/>
<title></title>
</head>
<body>
<div>
<ul>
<li><p>Grab me!</p></li>
<li><p>Me, too!</p></li>
</ul>
</div>
<p>Don't grab me!</p>
</body>
</html>
题目是:
Give the paragraphs inside the list item tags a font size of 30px.
我的CSS打
div div li{font-size:30px;}
请问为什么没办法过关,有什么地方错了?
请教一下
感谢愿意回答的人
谢谢!