Computer Science, asked by akshatabarole2, 2 months ago

write a program to adding javascript to document using variable​

Answers

Answered by saimeloni
0

Answer:

(! DOCTYPE HTML)

(HTML)

(head)

(title) Quote gen (/title)

(/head)

(body)

(h1) simple quote generator (/h1)

(div I'd :"quotedisplay")

(/div) (button onclick : "new quote() ") new quote (/button)

(script src:" JavaScript. js") (/script)

(/body)

(/html)

Similar questions