Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

Level 1/ Lesson 4

I typed in the correct code but still not submitting
by

4 Answers

Danielp3azl
Hey Buddy, if you are 100% sure your code is correct, just refresh your browser and try again... or just screenshot and whatsapp me, +2347035620031 .... I would have navigated back to check for you but i have passed that level and i don't know how to navigate back
iamabhishek
You can navigate back. You will see the Hamburger menu on top-right corner of the Lessons Section, click on it, you will see the sidebar, from there click on the Level and then on the Lesson on which you want to navigate.
iamabhishek
Correct answer:


<!DOCTYPE html>
<html>
<head>
<!-- style goes here -->
<style>
h1 {
background-color: yellow;
}
</style>
</head>
<body>
<h1>Studytonight</h1>
</body>
</html>
Collins545kf
Thanks @ iamabhishek , I thought was asked to put it as an inline css

Login / Signup to Answer the Question.