Saved Bookmarks
| 1. |
Differentiate internal linking and external linking with examples. |
|
Answer» 1. External Linking -: Used to connect two different web pages Eg: <A href = “School. html"> School</A> 2. Internal linking: Internal links are given to a section in the same document. <A href =“#top”>Goto Top </A> <A href = “#bottom>Goto Bottom </A> |
|