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

Level 7 - lesson 3

H1 Tag and P tag
by

2 Answers

sam5epi0l
This one is pretty simple. You just have to add h1 and p opening/closing tags like this:


<div style="background-color:orange">
<h1></h1>
<p></p>
</div>

HAMMADl2l6c
try this one
myCar=cars[1];

console.log(myCar[0]);

Login / Signup to Answer the Question.