how is program to create webpage of different location on the same webpage?
Answers
Answered by
1
That is done using internal linking by hyperlinks.
Answered by
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.
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
Similar questions