+ 2
JavaSript. Selecting Elements
The first question. Not enough room to type in my answer for the second fill in the blank question. A missing paranthesis.
11 ответов
+ 4
Good luck too Ipang.
+ 1
It's in the Selecting Elements Chapter. The first question. Thanks for responding.
+ 1
Is this the one?
Fill in the blanks to select an element with id="text" and change its content to "Hi"
I wrapped the text to fill in with <> brackets just to be clear.
<var> ob = document.getElementById("<text>");
<ob>.innerHTML = "Hi";
+ 1
Thanks Ipang for your help! I was stuck on that question. Don't know how you did that but thanks again!
+ 1
You're welcome, I haven't finished JavaScript tutorial either. Gotta sort it out soon : )
Well good luck with the next chapters ahead! 👍
+ 1
var text ob
0
HTML Tutorial right?
Which chapter please? let me check it out. And tell also what you type as an answer.
0
It's the JavaScript Tutorial. Selecting Elements Chapter. The first question.
0
dudes just follow ipang's method but just remove the brackets
0
sorry imeant to say greater than and less than signs but anyway ipang's method is the best
0
var text