Alright so in Writing Posts page where it shows the HTML bullet below:
-link – <a href="https://example.com"></a>
HTML tag to create a hyperlink
Is this how I add a link in the text?
And in the Blog_Design_and_Layout page (https://codex.www.ads-software.com/Good_Navigation_Links), is this how you link to outside pages:
<li><a>">About My Blog</a></li>
<li><a>">About Me</a></li>
<?php wp_list_cats('exclude=2, 4'); ?>
???