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

Level 3 lesson 3 html solution

please
by

1 Answer

sam5epi0l
Try this code:


<!doctype html>
<html>
<head>
<title>My Webpage Title</title>
</head>
<body>
<h4 style="color:violet">Do you know?</h4>
<p style="color:red">The human brain takes in 11 million bits of information every second but is aware of only 40.</p>
</body>
</html>

Login / Signup to Answer the Question.