I want to ask about internal linking I am making a website in which I want to make internal link i.e example.com/example/example1, same example.com/example/example2, same example.com/example/example3 that's link for 1 page and same second page.I want to make all these internal links in HTML.If any1 can help please tell me what should I do.
What editor are you using. If you are stuck on creating weblinks then you need to have a decent wysiwyg editor to help you. If you have an interest in learning the mechanics of html then search this forum for "getting started" types of threads.
I think you are asking for navigation based internal linking help. You should have to give relative paths for all internal links which have its parent directory in root folder.
I'm not clear on what you mean exactly. If you are talking about linking within the same page (anchor links), you need to use <a href="http://eample.com/page.htm#link1">link1</a> to link and the title of the section should have <a name="link1">Section Title</a>. Otherwise, just link as you normally would. You should always use the full the path of the link in you pages; relative links are not recommended.
I'm not clear on what you mean exactly. If you are talking about linking within the same page (anchor links), you need to use <a href="http://eample.com/page1.htm">Page Name</a>, If you want to Link pages SEO point of view you have to given page name accordingly your websites targeted keywords, you need to use <a href="http://eample.com/keyword.htm">keyword</a> it's a best way for good SEO.