Introduction to Web Design and HTML
What is Javascript?.
How to Add HTML Internal Link
Following steps will create a link to a desire section of the document you may want to reference.
- Step 1. Create HTML documents with several number of paragraphs
- Step II. Decide which section or paragraph you want call for reference, paragraph 3 for example.
- Step III. Create an “id” for that paragraph and give it an id name. For example < id= paragraph3 >Paragraph 3 begins here
- Step iv. Go to a place where you want to call paragraph 3 and create an anchor link to paragraph 3 by using
paragraph 3 id name like this below.