How can I use JavaScript to move content in head tag to the body tag?
I need to move some content from head tag in开发者_开发问答to body tag. Can anyone can me some advice please?
Your options are:
- directly process the html.
- move stuff around via DOM.
It'd help to know what kind of content you're talking about: from where to to where.
精彩评论