Computer Science, asked by AbhinavJaiswal, 1 year ago

a student of class eight wants to develop web page on solar system। in the page of the list of planets clicking on the planet name it should display the information about the planet stored in the separate html file and tell him how to do

Answers

Answered by Prashsntkr
2
You should make a Principal Html file Which will contain all the main points and links.
Make the title of the page as Solar System..
make lists about it's constituents converting them to links using <a> Anchor tag..
also make the other html files for each constituents and in each html file for constituents, Give a 'Back' link which will refer to the principal html file!!! And if you want to
add images, you can use <img> tag!!!
Similar questions