Computer Science, asked by dakshat091, 9 months ago

Anita
is trying to
create two web
pages
computer. html and definition.html where
computer.html is the name and are
linked to definition.html. She wants that
a click on name and it should display the
web page definition.html.Try this assign-
-ment to yourself to see whether you get
output correctly.​

Answers

Answered by sonalgoyal7861
1

Answer:

pplleeaassee ffoollooww mmee

Answered by xjfreddie
2

Answer:

Try a simple referencing

Explanation:

Not sure i understand your question fully but she can create the computer.html page and use the <a href="definition.html">Definition</> to create a link to the next page.

Alternative, she can use a js script to listen to an event click to load content from definition.html to computer.html dynamically.

This works well with node.js

Similar questions