Develop an HTML page to demonstrate the use of basic HTML tags, Link to different HTML page and also link within a page, insertion of images and creation of tables. code example
Example 1: htlm link
<a href="https://www.google.com/">Visit googel.com!</a>
Example 2: link to external site html
<a href="https://www.example.com">This is a link</a>