+ 1

How to add html code in js

Plz anyone tell me how Insert or add html code in javascript plzz..

2nd Sep 2021, 4:31 PM
The Destroyer ☢️☢️
The Destroyer ☢️☢️ - avatar
5 Réponses
+ 4
The easiest option to add html using js is: document.body.innerHTML += `(here s your html content)`
2nd Sep 2021, 4:59 PM
🍇 Alex Tușinean 💜
🍇 Alex Tușinean 💜 - avatar
+ 2
document.body.innerHTML+= `<p>hello world</p>`
2nd Sep 2021, 5:16 PM
🍇 Alex Tușinean 💜
🍇 Alex Tușinean 💜 - avatar
+ 1
Pleae give some examples ..... Write code in js
2nd Sep 2021, 5:02 PM
The Destroyer ☢️☢️
The Destroyer ☢️☢️ - avatar
0
And How to make go back option after going in p tag
2nd Sep 2021, 5:17 PM
The Destroyer ☢️☢️
The Destroyer ☢️☢️ - avatar
2nd Sep 2021, 6:56 PM
Ferdous ☑
Ferdous ☑ - avatar