<!DOCTYPE html>
<html>
<head>
<title>First font size change</title>
</head>
<body>
<p style =" font-size : 1 0 p x "> Some text for you to make tiny! </p>
<p style =" font-size: 20 px "> Some text for you to make normal size!</p>
<p style =" font-size: 40 px"> Some text for you to make super big!</p>
</body>
</html>
This is the code I wrote and above is the picture of the error.It keeps saying the font-size is 16 but I wrote 10.
<!DOCTYPE html>
<html>
<head>
<title>First font size change</title>
</head>
<body>
<p style =" font-size :10px "> Some text for you to make tiny! </p>
<p style =" font-size: 20 px "> Some text for you to make normal size!</p>
<p style =" font-size: 40 px"> Some text for you to make super big!</p>
</body>
</html>
I changed into this but the error changed to saying its 12px…
I think you should avoid making such challenges that may cause learners encountering irrelevant difficulties. Put a description about this problem at least. I believe Chrome is a very commonly used browser.