Computer Science, asked by siddhishinde, 1 year ago

how is program to create webpage of different location on the same webpage?

Answers

Answered by Ramla1
1
That is done using internal linking by hyperlinks.
Answered by MyselfAbhi
1
HEYA!

Actually I'm unable to understand what you mean but still I'll try to help you a bit if possible.

TWO ANSWERS A/Q TO MY UNDERSTANDINGS:
1. 
If you want to connect two or more web pages at a single webpage then you can do it by LINKING (  code: <a href="path">Link</a> ) them.

                                                          OR

2. 
If you want to embed another webpage in the same page then you can use INLINE FRAMES or iFrame tag ( code: <iframe src="path"></iframe> ).

Hope it helps. :)

Note: 
If any among these two cases concern your need/doubt then comment below, I'll write whole program affirm.

siddhishinde: Yes it is understandable but actual program can you give me Actually l have more que about those I have confussion As possible from you give program Thank you once again
MyselfAbhi: Mention not and surely ask your doubts!
MyselfAbhi: I'll try to clear them as much as possible.
MyselfAbhi: :)
siddhishinde: Explain me second que
siddhishinde: MyselfAbhi I am adding here que can you give ans of those que by using html? In short can you give proper program?See here There are three que
siddhishinde: 1) How to write program for joind different location on the same webpage?
siddhishinde: 2)A specific location on different webpage of same site how will be html program for this?
siddhishinde: 3) What will be html program to joind or connect an external page of different website?
siddhishinde: Try to give ans of these que as soon as
Similar questions