Page 1 of 1

can all html be done in javascript?

Posted: 09 Feb 2016, 10:39
by WestJA
Hi All, I'm new to the forum.

my question is:
can all html be done in javascript?

the question has to do with parenting/siblings.

can all html be done in javascript?

Posted: 09 Feb 2016, 11:03
by Admin
Hi WestJA,
Welcome to this forum.
You can set and add in the page the html code with javascript, you can build all the html code with javascript; but that content will not appear in the source page, so, the search engines will not see it to can index it.

- You can give an example with what you want to make.