Err, I met some prob…
I can’t continue due to error msg but I couldn’t find my errors this is my code
My Coding Journey
Shall I compare thee to a summer's day? Thou art more lovely and more temperate
n the error msg is "$expect is not defined"...
I just started using codeacademy to learn coding for fun and almost everything is new to me.. So if anyone can help me solve my problem i would be really grateful!!
Thx so much
unsure which exercise this involves, can you share the exercise url? Or tell me exactly which exercise this is?
1 Like
err Element and structure 8. the body
<!DOCTYPE html>
<html>
<head>
<title>My Coding Journey</title>
</head>
<body><p>Shall I compare thee to a summer's day? Thou art more lovely and more temperate</p>
</body>
</html>
make sure the text you type in the paragraph is an exact match, ideally copy it from the instructions
i ran your code, it works fine
1 Like